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() |
C# | |
---|
public int[] Histogram {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