ImageFrameMetadata Class
Represents an image frame metadata.
public sealed class ImageFrameMetadata : ICloneable
Public NotInheritable Class ImageFrameMetadata
Implements ICloneable
- Inheritance:
- System.ObjectImageFrameMetadata
Implements
System.ICloneable
Properties
Gif
Gets the GIF format specific metadata.
Property Value
The GIF format specific metadata.
Methods
Clone()
Creates a new ImageFrameMetadata that is a copy of the current instance.
Returns
A new ImageFrameMetadata that is a copy of this instance.
Implements
System.ICloneable