BitmapDecoder.FrameCount 属性

定义

图像文件中的帧数。

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

属性值

UInt32

unsigned int

uint32_t

帧数。

适用于