←Select platform

DestinationImage Property

Summary

Gets or sets the destination image.

Syntax
C#
VB
Objective-C
C++
Java
public RasterImage DestinationImage { get; set; } 
Public Property DestinationImage As RasterImage 
@property (nonatomic, strong, nullable) LTRasterImage *destinationImage 
public final RasterImage getDestinationImage() 
public final void setDestinationImage(RasterImage value) 
public: 
property RasterImage^ DestinationImage { 
   RasterImage^ get(); 
   void set (    RasterImage^ ); 
} 

Property Value

The destination RasterImage.

Remarks

The CombineFastCommand 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 CombineFastCommand

Requirements

Target Platforms

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

Leadtools Assembly