Specifies the number of bits per pixel. The biBitCount member of the BITMAPINFOHEADER structure determines the number of bits that define each pixel and the maximum number of colors in the bitmap. This member must be one of the following values.
Syntax
'Declaration
Public biBitCount As Short
'Usage
Dim instance As BITMAPINFOHEADER
Dim value As Short
value = instance.biBitCount
instance.biBitCount = value
Requirements
See Also