ToGdiBitmap(ImageRect) Method
In This Topic
Creates a System.Drawing.Bitmap from a part of the image.
Syntax
'Declaration
Public Overloads Function ToGdiBitmap( _
ByVal As ImageRect _
) As System.Drawing.Bitmap
public System.Drawing.Bitmap ToGdiBitmap(
ImageRect
)
Parameters
- srcRect
- The source rectangle within the image.
See Also