Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ResizeCommand Constructor(RasterImage,RasterSizeFlags)
See Also 
Leadtools.ImageProcessing Namespace > ResizeCommand Class > ResizeCommand Constructor : ResizeCommand Constructor(RasterImage,RasterSizeFlags)



destinationImage
The destination image for the resize.
flags
Flags that determine resizing options.
Initializes a new ResizeCommand with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal destinationImage As RasterImage, _
   ByVal flags As RasterSizeFlags _
)
Visual Basic (Usage)Copy Code
Dim destinationImage As RasterImage
Dim flags As RasterSizeFlags
 
Dim instance As ResizeCommand(destinationImage, flags)
C# 
public ResizeCommand( 
   RasterImage destinationImage,
   RasterSizeFlags flags
)
C++/CLI 
public:
ResizeCommand( 
   RasterImage^ destinationImage,
   RasterSizeFlags flags
)

Parameters

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

Example

For an example, refer to ResizeCommand.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also