LAUREL BRIDGE

HistogramItem Property

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

Namespace:  LaurelBridge.DCF.Examples.BitmapToNde
Assembly:  BitmapToNde (in BitmapToNde.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
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