IMVHistogram3
The IMVHistogram3 interface extends the IMVHistogram2 interface.
| GetHistogramValue | Get a histogram value (Index: 0 to 255). |
Header
file: iMVHistogram.h
Interface definition language file:
iMVHistogram.idl
Interface ID: IID_IMVHistogram3
HRESULT IMVHistogram3::GetHistogramValue
Declaration: Method GetHistogramValue(Index as Long) as Long.
Get a histogram value (Index: 0 to 255).
Parameter:
Index
Histogram color index. C Prototype:
HRESULT GetHistogramValue(LONG Index, Long* Value);