C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / ExportFragment Method / ExportFragment(Bitmap,ImageRect) Method
The destination System.Drawing.Bitmap.
The source rectangle within the image.

In This Topic
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 gdiBitmap As System.Drawing.Bitmap, _
   ByVal srcRect As ImageRect _
) 
 

Parameters

gdiBitmap
The destination System.Drawing.Bitmap.
srcRect
The source rectangle within the image.
See Also