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




In This Topic
ChannelCount Property (ImGearPixel)
In This Topic
Gets quantity of channels in pixel.
Syntax
'Declaration
 
Public ReadOnly Property ChannelCount As Integer
 
'Usage
 
Dim instance As ImGearPixel
Dim value As Integer
 
value = instance.ChannelCount

Property Value

Non-zero value.
See Also