ExportFragment(GcBitmap,Int32,Int32,Rectangle) Method
In This Topic
Copies a fragment of the image to the specified
GrapeCity.Documents.Imaging.GcBitmap object.
Syntax
'Declaration
Public Overloads Sub ExportFragment( _
ByVal As GcBitmap, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Drawing.Rectangle _
)
public void ExportFragment(
GcBitmap ,
System.int ,
System.int ,
System.Drawing.Rectangle
)
Parameters
- dstBitmap
- The destination GrapeCity.Documents.Imaging.GcBitmap object.
- xDst
- The x-coordinate, in pixels, of the upper-left corner of the destination rectangle.
- yDst
- The y-coordinate, in pixels, of the upper-left corner of the destination rectangle.
- srcRect
- The source rectangle within the image.
See Also