共用方式為


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

畫面數。

適用於