start size name stdvalue purpose 15 4 Size 40 specifies the size of the BITMAPINFOHEADER structure, in bytes. 19 4 Width 100 specifies the width of the image, in pixels. 23 4 Height 100 specifies the height of the image, in pixels. 27 2 Planes 1 specifies the number of planes of the target device, must be set to zero. 29 2 BitCount 8 specifies the number of bits per pixel. 31 4 Compression 0 Specifies the type of compression, usually set to zero (no compression). 35 4 SizeImage 0 specifies the size of the image data, in bytes. If there is no compression, it is valid to set this member to zero. 39 4 XPelsPerMeter 0 specifies the the horizontal pixels per meter on the designated targer device, usually set to zero. 43 4 YPelsPerMeter 0 specifies the the vertical pixels per meter on the designated targer device, usually set to zero. 47 4 ClrUsed 0 specifies the number of colors used in the bitmap, if set to zero the number of colors is calculated using the biBitCount member. 51 4 ClrImportant 0 specifies the number of color that are 'important' for the bitmap, if set to zero, all colors are important.
Definition at line 5334 of file cplot.c.