This document is archived and information here might be outdated. Recommended version. |
Gets histogram min and max range.
[Visual Basic .NET]
Public Sub QueryHistogramMinmax ( _
ByRef Min As Double, _
ByRef Max As Double _
)
[C#]
public void QueryHistogramMinmax (
ref double Min,
ref double Max
);
[C++]
HRESULT QueryHistogramMinmax(
System.Double* Min,
System.Double* Max
);
[C++] Parameters Min [out]
Min is a parameter of type double* Max [out]
Max is a parameter of type double*