LAUREL BRIDGE

HistogramItem Property

DICOM Connectivity Framework V3.4
Indexer returns the count of values for the specified pixelValue.

Namespace:  LaurelBridge.DCFExamples.BitmapToNde
Assembly:  BitmapToNde (in BitmapToNde.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public int this[
	int pixelValue
] { get; }

Parameters

pixelValue
Type: SystemInt32
pixel value used as index

Return Value

Type: Int32
the count of items for the pixelValue
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionfor pixelValue out of range
See Also

Reference