ClearImage .NET API
Pixels Property (ImageEditor)





Inlite.ClearImageNet Namespace > ImageEditor Class : Pixels Property
Gets number of black pixels
Syntax
'Declaration
 
Public ReadOnly Property Pixels As System.Long
'Usage
 
Dim instance As ImageEditor
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();
}
Remarks
Applicable only to bitonal image
See Also

Reference

ImageEditor Class
ImageEditor Members