←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 Leadtools.RasterImage 
public: 
property Leadtools.RasterImage^ SourceImage { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly