Ellipse property (ILEADMagnifyGlassAction)
VARIANT_BOOL Ellipse | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets a value that indicates the shape of the magnifying glass. Possible values are:
Value |
Meaning |
VARIANT_TRUE |
The magnifying glass is an ellipse. |
VARIANT_FALSE |
The magnifying glass is a rectangle. This is the default value. |
This property is applied at the container level.
To set a new shape for the magnifying glass action, set this property and call the SetAction method.
This property is updated with a value that represents the current shape by calling the GetAction method.
See Also