Table of Contents

Enum AniFrameFormat

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

Specifies the format of the frame data.

public enum AniFrameFormat : byte

Fields

Bmp = 2

The frame resource is encoded as a Windows bitmap.

Cur = 0

The frame resource is encoded as a Windows cursor.

Ico = 1

The frame resource is encoded as a Windows icon.