ClearImage 8 Help
Crop(Int32,Int32,Int32,Int32) Method
See Also  Send Feedback
Inlite.ClearImageNet Namespace > ImageEditor Class > Crop Method : Crop(Int32,Int32,Int32,Int32) Method






left
left edge of cropping rectangle
top
top edge of cropping rectangle
right
right edge of cropping rectangle
bottom
bottom edge of cropping rectangle
Crops image to specified rectangular area

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Crop( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
 
instance.Crop(left, top, right, bottom)
C# 
public void Crop( 
   int left,
   int top,
   int right,
   int bottom
)
Delphi 
public procedure Crop( 
    left: Integer;
    top: Integer;
    right: Integer;
    bottom: Integer
); 
JScript 
public function Crop( 
   left : int,
   top : int,
   right : int,
   bottom : int
);
Managed Extensions for C++ 
public: void Crop( 
   int left,
   int top,
   int right,
   int bottom
) 
C++/CLI 
public:
void Crop( 
   int left,
   int top,
   int right,
   int bottom
) 

Parameters

left
left edge of cropping rectangle
top
top edge of cropping rectangle
right
right edge of cropping rectangle
bottom
bottom edge of cropping rectangle

Remarks

Zone parameter does not apply

Licensing: Requires any ClearImage license

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2007-2013. Inlite Research, Inc. All Rights Reserved.