GifFrameMetadata Class
Represents the metadata of a frame in a GIF image.
public sealed class GifFrameMetadata : ICloneable
Public NotInheritable Class GifFrameMetadata
Implements ICloneable
- Inheritance:
- System.ObjectGifFrameMetadata
Implements
System.ICloneable
Properties
FrameDelay
Gets or sets the frame delay for animated images.
Property Value
- System.TimeSpan
Remarks
If not 0, when utilized in Gif animation, this field specifies a time to wait before continuing with the processing of the data stream. The clock starts ticking immediately after the graphic is rendered.
Methods
Clone()
Creates a new GifFrameMetadata that is a copy of the current instance.
Returns
A new GifFrameMetadata that is a copy of this instance.
Implements
System.ICloneable