DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / Clipper Class / Clipper Constructor / Clipper Constructor(Rectangle)
The rectangle of the bitmap to clip.

In This Topic
Clipper Constructor(Rectangle)
In This Topic
Initializes a new instance of the Clipper class.
Syntax
'Declaration
 
Public Function New( _
   ByVal imageRect As System.Drawing.Rectangle _
)
 

Parameters

imageRect
The rectangle of the bitmap to clip.
See Also