This document is archived and information here might be outdated. Recommended version. |
Sets histogram size, resolution, and min/max range.
[Visual Basic .NET] Public Sub PutHistogramInfo ( _ ByVal Size As Integer, _ ByVal Resolution As Double, _ ByVal minh As Double, _ ByVal maxh As Double _ )
[C#] public void PutHistogramInfo ( int Size, double Resolution, double minh, double maxh );
[C++]
HRESULT PutHistogramInfo(
long Size,
double Resolution,
double minh,
double maxh
);
[C++]
Parameters Size [in]
Size is a parameter of type long Resolution [in]
Resolution is a parameter of type double minh [in]
minh is a parameter of type double maxh [in]
maxh is a parameter of type double