Leadtools.ImageProcessing Namespace > CombineFastCommand Class : DestinationImage Property |
public RasterImage DestinationImage {get; set;}
'Declaration Public Property DestinationImage As RasterImage
'Usage Dim instance As CombineFastCommand Dim value As RasterImage instance.DestinationImage = value value = instance.DestinationImage
public RasterImage DestinationImage {get; set;}
@property (nonatomic, strong) LTRasterImage* destinationImage;
public final RasterImage getDestinationImage() public final void setDestinationImage(RasterImage value)
get_DestinationImage();
set_DestinationImage(value);
Object.defineProperty('DestinationImage');
public: property RasterImage^ DestinationImage { RasterImage^ get(); void set ( RasterImage^ value); }
The CombineFastCommand works by combining the image in the DestinationImage property with the image passed to the RasterCommand.Run method. The DestinationImage will then the result of the combine operation..