ClearImage .NET API
Pixels Property (ImageObject)





Inlite.ClearImageNet Namespace > ImageObject Class : Pixels Property
Number of pixels in the object
Syntax
'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();
}
See Also

Reference

ImageObject Class
ImageObject Members