Sets the "frame time" of a frame of a multiframe gif image.
public GdPictureStatus GifSetFrameTime( int ImageID, int Frame, int FrameTime );
Public Function GifSetFrameTime( ByVal ImageID As Integer, ByVal Frame As Integer, ByVal FrameTime As Integer ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The multiframe gif image. |
|
Frame |
Frame no between 1 and frame count. |
|
FrameTime |
'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)). |
A member of the GdPictureStatus enumeration.
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.
|