public void UpdateImageFromSource()
Public Sub UpdateImageFromSource()
public void UpdateImageFromSource()
function Leadtools.Controls.RasterImageViewer.UpdateImageFromSource()
This method will create an instance of Leadtools.RasterImage from the value of Source and set it in the Image property. If the value of Source is null, then the value of Image will be null as well.
Internally, this method will call RasterImageConverter.ConvertFromImageSource(Source, ConvertFromSourceOptions).