ClearImageNet Send comments on this topic.
Crop(Rectangle) Method
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class > Crop Method : Crop(Rectangle) Method




r
Cropping rectangle
Crops image to specified rectangular area

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Crop( _
   ByVal r As Rectangle _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim r As Rectangle
 
instance.Crop(r)
C# 
public void Crop( 
   Rectangle r
)
Managed Extensions for C++ 
public: void Crop( 
   Rectangle r
) 
C++/CLI 
public:
void Crop( 
   Rectangle r
) 

Parameters

r
Cropping rectangle

Remarks

ImageEditor.Zone parameter does not apply

Licensing: Requires any ClearImage license

See Also

Generated from assembly ClearImageNet [5.7.1.0]