Converts the WPF/Silverlight image in the
Source property to the LEADTOOLS
Leadtools.RasterImage and set it in
Image.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Sub UpdateImageFromSource() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RasterImageListItem
instance.UpdateImageFromSource() |
C# | |
---|
public virtual void UpdateImageFromSource() |
C++/CLI | |
---|
public:
virtual void UpdateImageFromSource(); |
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also