Depth of image channels.
            
            Syntax
            
            
            
            
            'Declaration
 
Protected m_ChannelDepths As Integer()
             
        
            
            'Usage
 
Dim instance As ImGearDIB
Dim value() As Integer()
 
value = instance.m_ChannelDepths
 
instance.m_ChannelDepths = value
             
        
            
            protected int[] m_ChannelDepths
             
        
            
            protected: int[]* m_ChannelDepths
             
        
            
            protected:
array<int>^ m_ChannelDepths
             
        
             
        
             
            
            
            
            
            
            
            
            
            
            See Also