C#
VB
Java
Objective-C
WinRT C#
C++
An array of 32-bit integers that charts the number of times each intensity level occurs in the image.
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();
}
An array of 64-bit integers that charts the number of times each intensity level occurs in the image.
Refer to HistogramCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET