ImageGear .NET - Updated
BitsPerChannel Property (ImGearPixel)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearPixel Class : BitsPerChannel Property
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

Reference

ImGearPixel Class
ImGearPixel Members