BitmapDecoder.FrameCount Property

Definition

The number of frames within the image file.

public:
 property unsigned int FrameCount { unsigned int get(); };
uint32_t FrameCount();
public uint FrameCount { get; }
var uInt32 = bitmapDecoder.frameCount;
Public ReadOnly Property FrameCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of frames.

Applies to