Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GifFrame Class / ToGcBitmap Method

In This Topic
    ToGcBitmap Method (GifFrame)
    In This Topic
    Gets the frame image as a GcBitmap.

    Many GIF files use frames with transparent pixels where the previous frame is partly visible. If you read multiple GIF frames you can improve the performance dramatically by reading frames into the same GcBitmap and passing index of the previous frame in the additional contentFrameIndex parameter.

    Overload List
    OverloadDescription
    Gets the frame image as a GcBitmap.

    Many GIF files use frames with transparent pixels where the previous frame is partly visible. If you read multiple GIF frames you can improve the performance dramatically by reading frames into the same GcBitmap and passing index of the previous frame in the additional contentFrameIndex parameter.

     
    Reads the frame image into an existing GcBitmap.  
    See Also