←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly