Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > FastMagicWandCommand Class : SourceImage Property |
public RasterImage SourceImage {get; set;}
'Declaration
Public Property SourceImage As RasterImage
'Usage
Dim instance As FastMagicWandCommand Dim value As RasterImage instance.SourceImage = value value = instance.SourceImage
public RasterImage SourceImage {get; set;}
<br/>get_SourceImage();<br/>set_SourceImage(value);<br/>Object.defineProperty('SourceImage');
public: property RasterImage^ SourceImage { RasterImage^ get(); void set ( RasterImage^ value); }