FillType property (ILEADWindowLevelAction)

Visual Basic example

Visual C++ example

 

Syntax

WindowLevelFillLUTConstants FillType

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Gets or sets a value that indicates the LUT type.

This property is applied on the sub cell level. Possible values are:

Value

Meaning

FILLLUT_LINEAR

[0x0010] LUT is linear.

FILLLUT_EXPONENTIAL

[0x0020] LUT is exponential.

FILLLUT_LOGARITHMIC

[0x0030] LUT is logarithmic.

FILLLUT_SIGMOID

[0x0030] LUT is sigmoid.

To change the current fill type for the action, set this property and call the SetAction method.

This property is updated with the current fill type for the action by calling the GetAction method.

See Also

Elements:

Cursor Property, Change Property, CircularMouseMove Property, StartColor Property, EndColor Property, Use Property, SetKeyboardAction Method, SetMouseButtonAction Method, ActivateAction Method, Key Property, Modifier Property, SetAction Method, GetAction Method, GetKeyboardAction Method, Width Property, Center Property.

Topics:

Image Viewer: Window Level Action