ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPixelArray Class / ChannelCount Property




In This Topic
    ChannelCount Property (ImGearPixelArray)
    In This Topic
    Gets quantity of channels in each pixel contained in the array.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChannelCount As Integer
    'Usage
     
    Dim instance As ImGearPixelArray
    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 quantity of channels.
    See Also