Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WICBitmapPlaneDescription structure (wincodec.h)

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

See also

IWICPlanarBitmapSourceTransform::CopyPixels

IWICPlanarBitmapSourceTransform::DoesSupportTransform


Feedback

Was this page helpful?

Additional resources