←Select platform

DestinationImage Property

Summary
Gets or sets the destination image
Syntax
C#
VB
Objective-C
C++
public RasterImage DestinationImage { get; set; } 
Public Property DestinationImage As RasterImage 
@property (nonatomic, strong, nullable) LTRasterImage *destinationImage 
public: 
property RasterImage^ DestinationImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

The destination RasterImage.

Remarks

The CombineWarpCommand works by combining the image in the DestinationImage property with the image passed to the Run method. The DestinationImage will then the result of the combine operation..

Example

For an example, refer to CombineWarpCommand.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.