Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The BMP_IMAGE_INFO structure contains information about a BMP image.
Syntax
typedef struct _BMP_IMAGE_INFO {
INT Width;
INT Height;
INT ByteWidth;
INT Size;
} BMP_IMAGE_INFO, *PBMP_IMAGE_INFO;
Members
Width
Specifies the width of the image, in pixels.
Height
Specifies the height of the image, in lines.
ByteWidth
Specifies the width of the image, in bytes.
Size
Specifies the total size of the image, including headers, in bytes.
Requirements
Requirement | Value |
---|---|
Header | wiautil.h (include Wiautil.h, Wiamindr.h) |