←Select platform

DestinationImage Property (CombineWarpCommand)

Summary

Gets or sets the destination image

Syntax

C#
VB
Objective-C
WinRT C#
C++
public Leadtools.RasterImage DestinationImage {get; set;} 
Public Property DestinationImage As Leadtools.RasterImage 
public Leadtools.RasterImage DestinationImage {get; set;} 
@property (nonatomic, strong, nullable) LTRasterImage *destinationImage 
  
get_DestinationImage(); 
set_DestinationImage(value); 
Object.defineProperty('DestinationImage');  
public: 
property Leadtools.RasterImage^ DestinationImage { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize