estructura BMP_IMAGE_INFO (wiautil.h)

La estructura de BMP_IMAGE_INFO contiene información sobre una imagen BMP.

Sintaxis

typedef struct _BMP_IMAGE_INFO {
  INT Width;
  INT Height;
  INT ByteWidth;
  INT Size;
} BMP_IMAGE_INFO, *PBMP_IMAGE_INFO;

Miembros

Width

Especifica el ancho de la imagen, en píxeles.

Height

Especifica el alto de la imagen, en líneas.

ByteWidth

Especifica el ancho de la imagen, en bytes.

Size

Especifica el tamaño total de la imagen, incluidos los encabezados, en bytes.

Requisitos

Requisito Valor
Header wiautil.h (incluya Wiautil.h, Wiamindr.h)