Table of Contents

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

TSelf

The 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

metadata FormatConnectingMetadata

The FormatConnectingMetadata.

Returns

TSelf

The TSelf.