ClearImage 8 Help
Crop(Rectangle) Method
See Also  Send Feedback
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
)
Delphi 
public procedure Crop( 
    r: Rectangle
); 
JScript 
public function Crop( 
   r : Rectangle
);
Managed Extensions for C++ 
public: void Crop( 
   Rectangle r
) 
C++/CLI 
public:
void Crop( 
   Rectangle r
) 

Parameters

r
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.