Returns the number of frame currently available in a multiframe gif image.
public int GifGetFrameCount( int ImageID );
Public Function GifGetFrameCount( ByVal ImageID As Integer ) As Integer
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The multiframe gif image. |
Number of frames currently available in the multiframe gif image. Returns 0 if the image is not a multiframe gif image.
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.
|