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




In This Topic
m_BitsPerChannel Field
In This Topic
Allocated (actual) size of store for each channel in bits.
Syntax
'Declaration
 
Protected m_BitsPerChannel As Integer
 
'Usage
 
Dim instance As ImGearDIB
Dim value As Integer
 
value = instance.m_BitsPerChannel
 
instance.m_BitsPerChannel = value
See Also