This structure contains members that specify attributes of callout drawn with text annotations.
Declaration:
Copy Code |
|
|---|---|
typedef struct tagAT_ARTX_CALLOUT
{
enumIGArtXCalloutType nType;
AT_INT32 nX;
AT_INT32 nY;
AT_ARTX_BORDER borderLine;
AT_BOOL bBorderPresent;
} AT_ARTX_CALLOUT, *LPAT_ARTX_CALLOUT;
|
|
Members:
| nType | Callout type. |
| nX | Horizontal coordinate of callout reference point. |
| nY | Vertical coordinate of callout reference point. |
| borderLine | Attributes of callout border line. |
| bBorderPresent |
Toggles drawing a callout border line:
|
