LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
UpdateImageFromSource Method
See Also 
Leadtools.Windows.Controls Namespace > RasterImageListItem Class : UpdateImageFromSource Method



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

If the Source property is changed, the RasterImageListItem must be informed so it can reflect the changes into the Image object. The UpdateImageFromSource can be used to perform this task.

The control uses the RasterImageConverter.ConvertFromSource to convert the WPF/Silverlight System.Windows.Media.ImageSource to LEADTOOLS Leadtools.RasterImage. The value of the ConvertFromSourceOptions property is used as the options parameter to this method.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also