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



Crops the image, resulting in an image that is the size of the specified rectangle.

Syntax

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

Remarks

This command uses image coordinates to specify the area to be cropped. Therefore, you must account for the RasterImage.ViewPerspective of the image. For information about image coordinates, refer to Accounting for View Perspective.

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

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.CropCommand

Requirements

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

See Also