BitmapDescription structure (xamlom.h)

Represents information about the bitmap stored in IBitmapData.

Syntax

typedef struct BitmapDescription {
  unsigned int    Width;
  unsigned int    Height;
  DXGI_FORMAT     Format;
  DXGI_ALPHA_MODE AlphaMode;
} BitmapDescription;

Members

Width

The width of the bitmap.

Height

The height of the bitmap.

Format

The format of the bitmap.

AlphaMode

The alpha mode of the bitmap.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1607 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header xamlom.h