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



Resizes an RasterImage to a new width and height.

Syntax

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

Remarks

This commands resizes an RasterImage to a new width and height.

If you want to keep the original image but create a new one with a different size, use ResizeCommand.

For more information, refer to Introduction to Image Processing With LEADTOOLS.

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.SizeCommand

Requirements

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

See Also