←Select platform

DestinationImage Property

Summary

RasterImage object that references the 8, 12 or 16-bit grayscale image resulting from the command. The source image will not be affected.

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage DestinationImage { get; } 
Public ReadOnly Property DestinationImage As RasterImage 
@property (nonatomic, strong, readonly, nullable) LTRasterImage *destinationImage 
public RasterImage getDestinationImage() 
public: 
property RasterImage^ DestinationImage { 
   RasterImage^ get(); 
} 

Property Value

RasterImage object that references the 8, 12 or 16-bit grayscale image resulting from the command. The source image will not be affected.

Example

Refer to ShiftDataCommand.

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