'Declaration
Public ReadOnly Property Pixels As System.Long
'Usage
Dim instance As ImageObject Dim value As System.Long value = instance.Pixels
public System.long Pixels {get;}
public read-only property Pixels: System.Int64;
public function get Pixels : System.long
public: property System.int64 Pixels { System.int64 get(); }