function WindowLevelInteractiveMode( resizeFactor )
Parameter | Type | Description |
---|---|---|
resizeFactor | int | The factor that determines the amount to resize the image. |
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). |