←Select platform

DestinationImage Property

Summary
Gets or sets the destination image
Syntax
C#
Objective-C
C++/CLI
Python
public RasterImage DestinationImage { get; set; } 
@property (nonatomic, strong, nullable) LTRasterImage *destinationImage 
public: 
property RasterImage^ DestinationImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 
DestinationImage # get and set (CombineWarpCommand) 

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..

Requirements

Target Platforms

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

Leadtools Assembly

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