LEADTOOLS (Leadtools assembly)

DestinationImage Property (ResizeCommand)

Show in webframe







Gets or sets the destination image for the resize.
Syntax
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) LTRasterImage* destinationImage;
public RasterImage getDestinationImage()
public void setDestinationImage(RasterImage value)
            
 
get_DestinationImage();
set_DestinationImage(value);
Object.defineProperty('DestinationImage');
public:
property RasterImage^ DestinationImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

The destination image for the resize.
Remarks

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.

Example
For an example, refer to ResizeCommand.
Requirements

Target Platforms

See Also

Reference

ResizeCommand Class
ResizeCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.