LEADTOOLS (Leadtools assembly)

ResizeCommand Constructor(RasterImage,RasterSizeFlags)

Show in webframe







The destination image for the resize.
Flags that determine resizing options.
Initializes a new instance of the ResizeCommand class with explicit parameters.
Syntax
public ResizeCommand( 
   RasterImage destinationImage,
   RasterSizeFlags flags
)
'Declaration
 
Public Function New( _
   ByVal destinationImage As RasterImage, _
   ByVal flags As RasterSizeFlags _
)
'Usage
 
Dim destinationImage As RasterImage
Dim flags As RasterSizeFlags
 
Dim instance As New ResizeCommand(destinationImage, flags)
public ResizeCommand( 
   RasterImage destinationImage,
   RasterSizeFlags flags
)
- (id)initWithDestinationImage:(LTRasterImage*)destinationImage 
                         flags:(LTRasterSizeFlags)flags;
            
public ResizeCommand(
  RasterImage destinationImage, 
  RasterSizeFlags flags
)
            
function ResizeCommand( 
   destinationImage ,
   flags 
)
public:
ResizeCommand( 
   RasterImage^ destinationImage,
   RasterSizeFlags flags
)

Parameters

destinationImage
The destination image for the resize.
flags
Flags that determine resizing options.
Remarks

The ResizeCommand command works by resizing the image data passed to the Run method into the image passed to destinationImage.

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
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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