Gets the window level sensitivity.
Object.defineProperty(WindowLevelData.prototype, 'windowLevelSensitivity',
get: function()
)
windowLevelSensitivity: number; // read-only
Value that represents the window level sensitivity.
You must enable to the window level mouse sensitivity first in order for this feature to work, refer to EnableWindowLevelSensitivity.
A value of 1 indicates that the amount of change in the action is equal to the amount of movement of the mouse. For example, if the mouse is moved 1 pixel, the action changes by 1 unit. A value of 2 indicates that the amount of change in the action is 200% percent of the amount of mouse movement. For example, if the mouse is moved 1 pixels, the action only changes by two units.
The value is calculated based on the window level lookuptable size, the larger lookuptable range, the bigger this value.
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