Clip Method (BilevelBitmap)
In This Topic
Creates a new
BilevelBitmap with a fragment of the image.
Syntax
'Declaration
Public Function Clip( _
ByVal As System.Drawing.Rectangle, _
Optional ByVal As System.Boolean _
) As BilevelBitmap
public BilevelBitmap Clip(
System.Drawing.Rectangle ,
System.bool
)
Parameters
- rect
- Clipping rectangle of the source image to be extracted as a new BilevelBitmap.
- metadataOnly
- Specifies whether to copy the image metadata only, not actual pixel data. If false, the corresponding pixel data will be copied from the current BilevelBitmap. If true, the pixel data of the resulting BilevelBitmap remain uninitialized.
See Also