ClearImageNet Send comments on this topic.
Crop(Int32,Int32,Int32,Int32) Method
See Also 
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
)
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

ImageEditor.Zone parameter does not apply

Licensing: Requires any ClearImage license

See Also

Generated from assembly ClearImageNet [5.7.1.0]