Gets total quantity of channels in image.
Syntax
'Declaration
Public ReadOnly Property ChannelCount As Integer
'Usage
Dim instance As ImGearDIB
Dim value As Integer
value = instance.ChannelCount
public int ChannelCount {get;}
public: __property int get_ChannelCount();
public:
property int ChannelCount {
int get();
}
Property Value
Non-zero channels quantity.
See Also