Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ResizeCommand Class
See Also  Members  
Leadtools.ImageProcessing Namespace : ResizeCommand Class



Resizes the image from an existing RasterImage.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ResizeCommand 
   Inherits RasterCommand
   Implements IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As ResizeCommand
C# 
public class ResizeCommand : RasterCommand, IRasterCommand  
C++/CLI 
public ref class ResizeCommand : public RasterCommand, IRasterCommand  

Remarks

To use this command, create a new RasterImage with the desired width and height. Pass this new image as the DestinationImage to the property and call IRasterCommand.Run on the source image.

The command does not change the source image.

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.ResizeCommand

Requirements

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

See Also