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
             
        
            
            protected int m_BitsPerChannel
             
        
            
            protected: int m_BitsPerChannel
             
        
            
            protected:
int m_BitsPerChannel
             
        
             
        
             
            
            
            
            
            
            
            
            
            
            See Also