ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / m_ChannelDepths Field




In This Topic
    m_ChannelDepths Field
    In This Topic
    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