IsExtendedPixelFormat 函数 (gdipluspixelformats.h)
IsExtendedPixelFormat 方法确定指定的像素格式是否使用每个颜色通道 16 位。
语法
BOOL IsExtendedPixelFormat(
PixelFormat pixfmt
);
parameters
pixfmt
类型: PixelFormat
一个 PixelFormat 常量,指定要测试的像素格式。
返回值
类型: BOOL
如果像素格式使用每个颜色通道 16 位,则此方法返回 TRUE;否则返回 FALSE。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | gdipluspixelformats.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |