OverlayAttributes property (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

ILEADOverlayAttributes* OverlayAttributes

Overview

Refer to Overlays Overview.

Remarks

(Read-only) The OverlayAttributes property specifies the attributes of an overlay.

When the GetOverlayAttributes method is called to retrieve the attributes of an overlay, the various properties specified by the OverlayAttributes property are updated with the retrieved values.

When setting the attributes of an overlay, the properties specified by the OverlayAttributes property should be set to the desired values before calling the SetOverlayAttributes method. These properties are listed below:

ActivationLayer property

BitPosition property

BitsAllocated property

Color property

Columns property

Description property

Flags property

ImageFrameOrigin property

Label property

NumberFramesInOverlay property

OriginX property

OriginY property

ROIArea property

ROIMean property

ROIStandardDeviation property

Rows property

Subtype property

Type property

See Also

Elements

GetOverlayAttributes method, SetOverlayAttributes method

Topics:

Overlays