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