In This Topic
Creates a new
GcBitmap with a fragment of the image.
Syntax
'Declaration
Public Function Clip( _
ByVal As System.Drawing.Rectangle _
) As GcBitmap
public GcBitmap Clip(
System.Drawing.Rectangle
)
Parameters
- rect
- Clipping rectangle of the source image to be extracted as a new GcBitmap.
See Also