WICBitmapPlaneDescription 結構 (wincodec.h)
指定元件平面的像素格式和大小。
語法
typedef struct WICBitmapPlaneDescription {
WICPixelFormatGUID Format;
UINT Width;
UINT Height;
} WICBitmapPlaneDescription;
成員
Format
描述平面的像素格式。
Width
平面的元件寬度。
Height
平面的元件高度。
規格需求
最低支援的用戶端 | Windows 8.1 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2012 R2 [傳統型應用程式 |UWP 應用程式] |
標頭 | wincodec.h |