AnnGetLineWidth method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnGetLineWidth(HANNOBJECT hObject, double &dLineWidth)

Delphi Syntax

Function AnnGetLineWidth (hObject: HANNOBJECT; var dLineWidth: L_DOUBLE ): L_INT

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Gets the current un-scaled value of the line width of the specified annotation object.

The line width is scaled using an average of the horizontal and vertical scaling factors of the container object. For more information, refer to Low-Level Coordinate System for Annotations.

See Also

Elements:

AnnSetLineWidth method, AnnSetLineStyle method, AnnGetLineStyle method

Topics:

Annotations (Document/Medical only): Object Manipulation