←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
C++
public RasterImage DestinationImage { get; } 
Public ReadOnly Property DestinationImage As RasterImage 
public: 
property RasterImage^ DestinationImage { 
   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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly