SetFrameTime

GifImage.SetFrameTime method

Adjusts the duration of each frame in milliseconds, ensuring consistent timing throughout the image sequence. This method uniformly sets the display time for every frame, allowing for precise control over animation speed. Changing this value will reset delay for all frames.

public void SetFrameTime(ushort time)
ParameterTypeDescription
timeUInt16The time of frame duration in milliseconds.

See Also