LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Histogram Property
See Also 



An array of 32-bit integers that charts the number of times each intensity level occurs in the image. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Histogram As Integer()
Visual Basic (Usage)Copy Code
Dim instance As HistogramCommand
Dim value() As Integer
 
value = instance.Histogram
C# 
public int[] Histogram {get;}
C++/CLI 
public:
property array<int>^ Histogram {
   array<int>^ get();
}

Property Value

An array of 32-bit integers that charts the number of times each intensity level occurs in the image.

Example

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also