Initializes a new instance of the WindowLevelRange class with default parameters.
public WindowLevelRange(
int minimumCenter,
int maximumCenter,
int minimumWidth,
int maximumWidth
)
Public Function New( _
ByVal minimumCenter As Integer, _
ByVal maximumCenter As Integer, _
ByVal minimumWidth As Integer, _
ByVal maximumWidth As Integer _
)
public:
WindowLevelRange(
int minimumCenter,
int maximumCenter,
int minimumWidth,
int maximumWidth
)
minimumCenter
the lower allowed center value of the window level.
maximumCenter
the upper allowed center value of the window level.
minimumWidth
the lower allowed width value of the window level.
maximumWidth
the upper allowed width value of the window level.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET