←Select platform

DestinationImage Property

Summary

Gets or sets the destination image

Syntax

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly