←Select platform

DestinationImage Property

Summary

RasterImage object that references the 8, 12 or 16-bit grayscale image. SourceImage will not be affected.

Syntax

C#
VB
WinRT C#
C++
public RasterImage DestinationImage { get; } 
Public ReadOnly Property DestinationImage As Leadtools.RasterImage 
public Leadtools.RasterImage DestinationImage {get;} 
 get_DestinationImage();  
public: 
property Leadtools.RasterImage^ DestinationImage { 
   Leadtools.RasterImage^ get(); 
} 

Property Value

RasterImage that references the 8, 12 or 16-bit grayscale image. SourceImage will not be affected.

Example

Refer to SelectDataCommand.

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