Image::GetFrameCount 方法 (gdiplusheaders.h)
Image::GetFrameCount 方法會取得這個 Image 物件指定維度中的畫面數。
語法
UINT GetFrameCount(
[in] const GUID *dimensionID
);
參數
[in] dimensionID
類型: const GUID*
指定維度之 GUID 的指標。 識別各種維度的 GUID 定義於 Gdiplusimaging.h 中。
傳回值
類型: UINT
這個方法會傳回這個 Image 物件指定維度中的畫面數。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusheaders.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |