![]() |
This document is archived and information here might be outdated. Recommended version. |
Gets histogram size, resolutiom, and min/max range.
[Visual Basic .NET] Public Sub QueryHistogramInfo ( _ ByRef Size As Integer, _ ByRef Resolution As Double, _ ByRef minh As Double, _ ByRef maxh As Double _ )
[C#] public void QueryHistogramInfo ( ref int Size, ref double Resolution, ref double minh, ref double maxh );
[C++]
HRESULT QueryHistogramInfo(
System.Int32* Size,
System.Double* Resolution,
System.Double* minh,
System.Double* maxh
);
[C++]
Parameters Size [out]
Size is a parameter of type long* Resolution [out]
Resolution is a parameter of type double* minh [out]
minh is a parameter of type double* maxh [out]
maxh is a parameter of type double*