Returns the current frame (or selected frame) in a multiframe gif image.
public int GifGetCurrentFrame( int ImageID );
Public Function GifGetCurrentFrame( ByVal ImageID As Integer ) As Integer
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The multiframe gif image. |
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.
|