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

Sets the "frame time" of a frame of a multiframe gif image.

C#
public GdPictureStatus GifSetFrameTime(
    int ImageID, 
    int Frame, 
    int FrameTime
);
Visual Basic
Public Function GifSetFrameTime(
    ByVal ImageID As Integer, 
    ByVal Frame As Integer, 
    ByVal FrameTime As Integer
) As GdPictureStatus
Parameters
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)).  
Returns

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.