←Select platform

Histogram Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public long[] Histogram { get; } 
Public ReadOnly Property Histogram As Long() 
public long[] Histogram {get;} 
@property (nonatomic, assign, readonly, nullable) unsigned long long *histogram 
public long[] getHistogram() 
 get_Histogram();  
public: 
property array<int64>^ Histogram { 
   array<int64>^ get(); 
} 

Property Value

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

Example

Refer to HistogramCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly