Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Medical Image Viewer C++ Class Library Help

DISPCONTAINERANNATTRIBS

Show in webframe

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

The DISPCONTAINERANNATTRIBS structure contains information about the selected annotation attributes.

Member

Description

uStructSize

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

uType

The object's type. 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.

Comments

This structure is used by the LImageViewerCell::GetSelectedAnnotationAttributes function.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.