You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Multiframe GIF Manipulation > GifGetCurrentFrame Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.GifGetCurrentFrame Method

Returns the current frame (or selected frame) in a multiframe gif image.

C#
public int GifGetCurrentFrame(
    int ImageID
);
Visual Basic
Public Function GifGetCurrentFrame(
    ByVal ImageID As Integer
) As Integer
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. The multiframe gif image.  
Returns

Returns the current frame of the multiframe gif image. Returns 0 if the image have not frame selected.

This function works with editable multiframe gif images and with multiframe gif images opened as read only.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.