C#
VB
C++
Initializes a new instance of the WindowLevelInformationArgumentData class.
public WindowLevelInformationArgumentData(
WindowLevelInformation windowLevel,
Keys[] allowedShortcuts
)
Public Function New( _
ByVal windowLevel As Leadtools.Medical.Workstation.WindowLevelInformation, _
ByVal allowedShortcuts() As Keys _
)
public:
WindowLevelInformationArgumentData(
Leadtools.Medical.Workstation.WindowLevelInformation^ windowLevel,
array<Keys>^ allowedShortcuts
)
windowLevel
The WindowLevelInformation data.
allowedShortcuts
The allowed shortcuts to be assigned for window level presets.
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