CrossHair property (ILEADMagnifyGlassAction)

Visual Basic example

Visual C++ example

 

Syntax

VARIANT_BOOL CrossHair

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Gets or sets a value that indicates the type of crosshair. Possible values are:

Value

Meaning

CROSSHAIR_NONE

[0] No Crosshair

CROSSHAIR_FINE

[1] The crosshair is one pixel wide and uses the color in the PenColor Property. (Default)

CROSSHAIR_INVERTPEN

[2] The crosshair is three pixels wide. The center pixel uses the color in the PenColor property. The outer pixels use the inverse of the color in the PenColor property.

CROSSHAIR_INVERTSCREEN

[3] The crosshair is three pixels wide. The center pixel uses the color in the PenColor property. The outer pixels use the inverse of the screen color.

This property is applied at the container level.

To update the container with this property value, SetAction method must be called, and to update the value of this property GetAction method must be called.

To change the crosshair of the magnifying glass, set this property and call the SetAction method.

This property is updated with a value that represents the current crosshair of the magnifying glass borderby calling the GetAction method.

See Also

Elements:

Use Property, SetMouseButtonAction Method, ActivateAction Method, SetAction Method, GetAction Method, Width Property, Height Property, ZoomFactor Property, PenColor Property, Ellipse Property, BorderSize Property, Appearance3D Property.

Topics:

Image Viewer: Magnifying Glass Action