Share via


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

추가 정보

IWICPlanarBitmapSourceTransform::CopyPixels

IWICPlanarBitmapSourceTransform::D oesSupportTransform