Interface IFormatMetadata<TSelf>
- Namespace
- SixLabors.ImageSharp.Formats
- Assembly
- SixLabors.ImageSharp.dll
An interface that provides metadata for a specific image format.
public interface IFormatMetadata<TSelf> : IFormatMetadata, IDeepCloneable, IDeepCloneable<TSelf> where TSelf : class, IFormatMetadata
Type Parameters
TSelfThe metadata type implementing this interface.
- Inherited Members
Methods
FromFormatConnectingMetadata(FormatConnectingMetadata)
Creates a new instance of the TSelf class from the given FormatConnectingMetadata.
public static abstract TSelf FromFormatConnectingMetadata(FormatConnectingMetadata metadata)
Parameters
metadataFormatConnectingMetadata
Returns
- TSelf
The
TSelf.