AnchorPointUsed property (IDicomTextObjectAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

VARIANT_BOOL AnchorPointUsed

Overview

Refer to Working with DICOM Annotations

Remarks

The AnchorPointUsed property indicates whether the values specified by the following properties are valid:

AnchorPointX property

AnchorPointY property

When creating a new text annotation object using the CreateTextObject method and when updating an exiting object using the SetTextObjectAttributes method, the properties listed above will be ignored unless the AnchorPointUsed property is set to VARIANT_TRUE. The two methods will return an error if both the AnchorPointUsed property and the BoundingBoxUsed property are set to VARIANT_FALSE.

When retrieving the attributes of a text annotation object using the GetTextObjectAttributes method, the values specified by the properties listed above are not valid unless the AnchorPointUsed property is updated with VARIANT_TRUE.

See Also

Elements:

BoundingBoxUsed property, AnchorPointUnits property, AnchorPointX property, AnchorPointY property, AnchorPointVisible property, TextObjectAttributes property, CreateTextObject method, GetTextObjectAttributes method, SetTextObjectAttributes method

Topics:

ILEADDicomDS Interface, IDicomTextObjectAttributes Interface