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