←Select platform

SourceImage Property

Summary
Gets or sets an RasterImage object that references the source image.
Syntax
C#
VB
C++
public RasterImage SourceImage { get; set; } 
Public Property SourceImage As RasterImage 
public: 
property RasterImage^ SourceImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

RasterImage object that references the source image.

Remarks

This property must be filled before calling any method of this class.

Example

Refer to FastMagicWandCommand

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.