WindowLevelFactor Property (ILEADRasterDlgClr)

Visual Basic example

Visual C++ example

 

Syntax

short WindowLevelFactor;

Overview

Refer to Using Imaging Common Dialogs

Remarks

(Medical only) Gets or sets a value that indicates the factor to be applied in the function operation specified in the WindowLevelFlags property. This property is used only if WindowLevelFlags is FILLLUT_EXPONENTIAL, FILLLUT_LOGARITHMIC or FILLLUT_SIGMOID. If FILLLUT_EXPONENTIAL or FILLLUT_SIGMOID is set in WindowLevelFlags, the value of the WindowLevelFactor property ranges from 1000 to -1000. If FILLLUT_LOGARITHMIC is set in WindowLevelFlags, the value of the WindowLevelFactor property ranges from 0 to 1000. If the WindowLevelFlags property set to 0, the lookup table will be filled linearly.

See Also

Elements

WindowLevel method, WindowLevelFlags property, WindowLevelHigh property, WindowLevelLow property, ShowWindowLevelDlg method