Gets the number of bits per pixel.
'Declaration
Public ReadOnly Property BitsPerPixel As Integer
'Usage
Dim instance As ImageX
Dim value As Integer
value = instance.BitsPerPixel
public int BitsPerPixel {get;}
public: __property int get_BitsPerPixel();
public:
property int BitsPerPixel {
int get();
}
Property Value
An integer value which represents the number of bits per pixel.