ClearImage .NET API
VerticalHistogram Property





Inlite.ClearImageNet Namespace > ImageEditor Class : VerticalHistogram Property
Gets number of black pixels in each row
Syntax
'Declaration
 
Public ReadOnly Property VerticalHistogram As System.Integer()
'Usage
 
Dim instance As ImageEditor
Dim value() As System.Integer
 
value = instance.VerticalHistogram
public System.int[] VerticalHistogram {get;}
public read-only property VerticalHistogram: System.array of Integer; 
public function get VerticalHistogram : System.int[]
public:
property System.array<int>^ VerticalHistogram {
   System.array<int>^ get();
}
Remarks
Applicable only to bi-tonal image
If Zone is set, number of entries equal to height of Zone. Otherwise number of entries is height of an image.
See Also

Reference

ImageEditor Class
ImageEditor Members