Returns the "frame time" of a frame of a multiframe gif image.
Frame time is the amount of time in ms to display the frame for (GIF specific - the value stored in the file is centiseconds (1/100th of a second)).
public int GifGetFrameTime( int ImageID, int Frame );
Public Function GifGetFrameTime( ByVal ImageID As Integer, ByVal Frame As Integer ) As Integer
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The multiframe gif image. |
|
Frame |
Frame no between 1 and frame count. |
The frame time of the selected frame of the 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.
|