Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GifFrame Class / ToGcBitmap Method / ToGcBitmap(GcBitmap,Int32) Method
The source and target GcBitmap object.
Index of a GIF frame rendered to GcBitmap that is passed in the bmp parameter, if any.

In This Topic
    ToGcBitmap(GcBitmap,Int32) Method
    In This Topic
    Reads the frame image into an existing GcBitmap.
    Syntax
    'Declaration
     
    Public Overloads Sub ToGcBitmap( _
       ByVal bmp As GcBitmap, _
       Optional ByVal contentFrameIndex As System.Integer _
    ) 
    public void ToGcBitmap( 
       GcBitmap bmp,
       System.int contentFrameIndex
    )

    Parameters

    bmp
    The source and target GcBitmap object.
    contentFrameIndex
    Index of a GIF frame rendered to GcBitmap that is passed in the bmp parameter, if any.
    See Also