ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / ChannelCount Property




In This Topic
ChannelCount Property (ImGearDIB)
In This Topic
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

Property Value

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