getPixelFormatSize 函数 (gdipluspixelformats.h)
GetPixelFormatSize 方法返回指定像素格式使用的每像素位数。
语法
UINT GetPixelFormatSize(
PixelFormat pixfmt
);
参数
pixfmt
类型: PixelFormat
一个 PixelFormat 常量,指定要测试的像素格式。
返回值
类型: UINT
此方法返回指定像素格式使用的每个像素的位数。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | gdipluspixelformats.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |