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 > ResizeCommand Class : DestinationImage Property |
public RasterImage DestinationImage {get; set;}
'Declaration
Public Property DestinationImage As RasterImage
'Usage
Dim instance As ResizeCommand Dim value As RasterImage instance.DestinationImage = value value = instance.DestinationImage
public RasterImage DestinationImage {get; set;}
@property (nonatomic, strong, nullable) LTRasterImage *destinationImage
public RasterImage getDestinationImage() public void setDestinationImage(RasterImage value)
<br/>get_DestinationImage();<br/>set_DestinationImage(value);<br/>Object.defineProperty('DestinationImage');
public: property RasterImage^ DestinationImage { RasterImage^ get(); void set ( RasterImage^ value); }
The ResizeCommand command works by resizing the image data passed to the Run method into the image passed to DestinationImage property.
The destination image must be initialized with the correct RasterImage.Width and RasterImage.Height of the new, resized image.