Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Indexed4bppBitmap Class / Clip Method
Clipping rectangle of the source image to be extracted as a new Indexed4bppBitmap.

In This Topic
Clip Method (Indexed4bppBitmap)
In This Topic
Creates a new Indexed4bppBitmap with a fragment of the image.
Syntax
'Declaration
 
Public Function Clip( _
   ByVal rect As System.Drawing.Rectangle _
) As Indexed4bppBitmap
 

Parameters

rect
Clipping rectangle of the source image to be extracted as a new Indexed4bppBitmap.
See Also