ADTF_DISPLAY_TOOLBOX  3.8.0 (ADTF 3.14.3)
tWin32BitmapInfoHeader

Struct to get informations about a bitmap. More...

Public Attributes

tUInt32 nSize
 Specifies the number of bytes required by the structure.
 
tInt32 nWidth
 Specifies the width of the bitmap, in pixels.
 
tInt32 nHeight
 Specifies the height of the bitmap, in pixels.
 
tUInt16 nPlanes
 Specifies the number of planes for the target device. This value must be set to 1.
 
tUInt16 nBitCount
 Specifies the number of bits in a bitmap.
 
tUInt32 nCompression
 Specifies the compression rate of the bitmap.
 
tUInt32 nSizeImage
 Specifies the size, in bytes, of the image. This may be set to zero for uncompressed bitmaps.
 
tInt32 nXPelsPerMeter
 Specifies the horizontal resolution, in pixels-per-meter, of the target device for the bitmap. An application can use this value to select a bitmap from a resource group that best matches the characteristics of the current device.
 
tInt32 nYPelsPerMeter
 Specifies the vertical resolution, in pixels-per-meter, of the target device for the bitmap.
 
tUInt32 nClrUsed
 Specifies the number of color indexes in the color table that are actually used by the bitmap. If this value is zero, the bitmap uses the maximum number of colors corresponding to the value of the nBitCount member for the compression mode specified by nCompression.
 
tUInt32 nClrImportant
 Specifies the number of color indexes that are required for displaying the bitmap. If this value is zero, all colors are required.
 

Detailed Description

Struct to get informations about a bitmap.

Definition at line 44 of file displaytbstructs.h.