Table of Contents

Interface IFormatFrameMetadata<TSelf>

Namespace
SixLabors.ImageSharp.Formats
Assembly
SixLabors.ImageSharp.dll

An interface that provides metadata for a specific image format frames.

public interface IFormatFrameMetadata<TSelf> : IFormatFrameMetadata, IDeepCloneable, IDeepCloneable<TSelf> where TSelf : class, IFormatFrameMetadata

Type Parameters

TSelf

The metadata type implementing this interface.

Inherited Members

Methods

FromFormatConnectingFrameMetadata(FormatConnectingFrameMetadata)

Creates a new instance of the TSelf class from the given FormatConnectingFrameMetadata.

public static abstract TSelf FromFormatConnectingFrameMetadata(FormatConnectingFrameMetadata metadata)

Parameters

metadata FormatConnectingFrameMetadata

The FormatConnectingFrameMetadata.

Returns

TSelf

The TSelf.