ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearPixel Class / BitsPerChannel Property




In This Topic
    BitsPerChannel Property (ImGearPixel)
    In This Topic
    Gets the number of bits per color channel.
    Syntax
    'Declaration
     
    Public ReadOnly Property BitsPerChannel As Integer
    'Usage
     
    Dim instance As ImGearPixel
    Dim value As Integer
     
    value = instance.BitsPerChannel
    public int BitsPerChannel {get;}
    public: __property int get_BitsPerChannel();
    public:
    property int BitsPerChannel {
       int get();
    }

    Property Value

    Any integer value.
    See Also