LEADTOOLS JavaScript (Leadtools.Controls.Medical)

WindowLevelInteractiveMode Constructor (WindowLevelInteractiveMode)

Show in webframe
The factor that determines the amount to resize the image.
Initializes a new instance of the WindowLevelInteractiveMode object.
Syntax
function WindowLevelInteractiveMode( 
   resizeFactor 
)

Parameters

ParameterTypeDescription
resizeFactorintThe factor that determines the amount to resize the image.
Remarks

The resizeFactor indicates the amount the image size will be reduced when using the mouse or touch input to perform window leveling. This increases the performance of the window leveling process.

The available values are:

Value Description
0 A resizeFactor of 0 indicates that the image won't be resized.
1 The new image size will be (Width >> 1 or Width / 2) (Height >> 1 or Height / 2).
2 The new image size will be (Width >> 2 or Width / 4) (Height >> 2 or Height / 4).
See Also

Reference

WindowLevelInteractiveMode Object
WindowLevelInteractiveMode Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.