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 アプリ]
Header wincodec.h

関連項目

IWICPlanarBitmapSourceTransform::CopyPixels

IWICPlanarBitmapSourceTransform::D oesSupportTransform