DISPCONTAINERANNATTRIBS

Summary

The DISPCONTAINERANNATTRIBS structure contains information about the selected annotation attributes.

Syntax

typedef struct tagDISPCONTAINERANNATTRIBS 
{ 
   L_UINT uStructSize; 
   L_UINT uType; 
} DISPCONTAINERANNATTRIBS, * pDISPCONTAINERANNATTRIBS; 

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

uType

Flag that determines the type of the currently selected annotation object. Possible values are:

Value Meaning
ANNOBJECT_TEXT [15] Text annotation object.
ANNOBJECT_RECT [12] Rectangle annotation object.
ANNOBJECT_ELLIPSE [4] Ellipse annotation object.
ANNOBJECT_HILITE [6] Highlight annotation object.
ANNOBJECT_PROTRACTOR [20] Protractor annotation object.
ANNOBJECT_RULER [17] Ruler annotation object.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Medical Image Viewer C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.