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:
Name | Type | Description |
nType | enumIGArtXCalloutType | Callout type. |
nX | AT_INT32 | Horizontal coordinate of callout reference point. |
nY | AT_INT32 | Vertical coordinate of callout reference point. |
borderLine | AT_ARTX_BORDER | Attributes of callout border line. |
bBorderPresent | AT_BOOL |
Toggles drawing a callout border line:
|