'Declaration
Public ReadOnly Property BitsPerPixel As System.Integer
'Usage
Dim instance As CiImage Dim value As System.Integer value = instance.BitsPerPixel
public System.int BitsPerPixel {get;}
public read-only property BitsPerPixel: System.Integer;
public function get BitsPerPixel : System.int
public: property System.int BitsPerPixel { System.int get(); }