ImageGear for .NET
ChannelCount Property (ImGearDIB)




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

Property Value

Non-zero channels quantity.
Remarks
Returns the same value as ChannelDepth.Length.
See Also

Reference

ImGearDIB Class
ImGearDIB Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback