ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / m_BitDepth Field




In This Topic
m_BitDepth Field
In This Topic
Total quantity of bits used to represent a single pixel.
Syntax
'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