Total quantity of bits used to represent a single pixel.
Syntax
protected: int m_BitDepth
protected:
int m_BitDepth
'Declaration
Protected m_BitDepth As Integer
'Usage
Dim instance As ImGearDIB
Dim value As Integer
value = instance.m_BitDepth
instance.m_BitDepth = value
See Also