ExportFragment(Bitmap,ImageRect) Method
Copies a fragment of the image to the given System.Drawing.Bitmap.
public void ExportFragment(
System.Drawing.Bitmap ,
ImageRect
)
'Declaration
Public Overloads Sub ExportFragment( _
ByVal As System.Drawing.Bitmap, _
ByVal As ImageRect _
)
Parameters
- gdiBitmap
- The destination System.Drawing.Bitmap.
- srcRect
- The source rectangle within the image.