Class WebpFrameMetadata
Provides webp specific metadata information for the image frame.
Implements
Namespace: SixLabors.ImageSharp.Formats.Webp
Assembly: SixLabors.ImageSharp.dll
Syntax
public class WebpFrameMetadata : object, IDeepCloneable
Constructors
| Improve this Doc View SourceWebpFrameMetadata()
Initializes a new instance of the WebpFrameMetadata class.
Declaration
public WebpFrameMetadata()
Properties
| Improve this Doc View SourceFrameDuration
Gets or sets the frame duration. The time to wait before displaying the next frame, in 1 millisecond units. Note the interpretation of frame duration of 0 (and often smaller and equal to 10) is implementation defined.
Declaration
public uint FrameDuration { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |
Methods
| Improve this Doc View SourceDeepClone()
Creates a new object that is a deep copy of the current instance.
Declaration
public IDeepCloneable DeepClone()
Returns
Type | Description |
---|---|
IDeepCloneable | The IDeepCloneable. |