Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / ExportFragment Method / ExportFragment(GcBitmap,Int32,Int32,Rectangle) Method
The destination GrapeCity.Documents.Imaging.GcBitmap object.
The x-coordinate, in pixels, of the upper-left corner of the destination rectangle.
The y-coordinate, in pixels, of the upper-left corner of the destination rectangle.
The source rectangle within the image.

In This Topic
    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 dstBitmap As GcBitmap, _
       ByVal xDst As System.Integer, _
       ByVal yDst As System.Integer, _
       ByVal srcRect As System.Drawing.Rectangle _
    ) 
    public void ExportFragment( 
       GcBitmap dstBitmap,
       System.int xDst,
       System.int yDst,
       System.Drawing.Rectangle srcRect
    )

    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