Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the pixel format and size of a component plane.
Syntax
typedef struct WICBitmapPlaneDescription {
WICPixelFormatGUID Format;
UINT Width;
UINT Height;
} WICBitmapPlaneDescription;
Members
Format
Describes the pixel format of the plane.
Width
Component width of the plane.
Height
Component height of the plane.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 R2 [desktop apps | UWP apps] |
Header | wincodec.h |