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 > CloneCommand Class : DestinationImage Property |
public RasterImage DestinationImage {get;}
'Declaration
Public ReadOnly Property DestinationImage As RasterImage
'Usage
Dim instance As CloneCommand Dim value As RasterImage value = instance.DestinationImage
public RasterImage DestinationImage {get;}
@property (nonatomic, strong, readonly, nullable) LTRasterImage *destinationImage
public RasterImage getDestinationImage()
get_DestinationImage();
public: property RasterImage^ DestinationImage { RasterImage^ get(); }