ImageGear .NET v25.1 - Updated
ChannelCount Property (ImGearDIB)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : ChannelCount Property
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.
Remarks
Returns the same value as ChannelDepth.Length.
See Also

Reference

ImGearDIB Class
ImGearDIB Members