Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools.ImageProcessing Namespace > CombineWarpCommand Class : DestinationImage Property |
public RasterImage DestinationImage {get; set;}
'Declaration
Public Property DestinationImage As RasterImage
'Usage
Dim instance As CombineWarpCommand Dim value As RasterImage instance.DestinationImage = value value = instance.DestinationImage
public RasterImage DestinationImage {get; set;}
@property (nonatomic, strong, nullable) LTRasterImage *destinationImage
<br/>get_DestinationImage();<br/>set_DestinationImage(value);<br/>Object.defineProperty('DestinationImage');
public: property RasterImage^ DestinationImage { RasterImage^ get(); void set ( RasterImage^ value); }
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..