ImageGear Professional DLL v17.1 for Windows Accusoft
AT_ARTX_CALLOUT
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtX Component API Reference > ArtX Component Structures Reference > AT_ARTX_CALLOUT

Glossary Item Box

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:

  • When TRUE, indicates that a callout border is drawn using the borderLine value.
  • When FALSE, indicates that a callout border is not drawn. The value of borderLine is ignored.
©2012. Accusoft Corporation. All Rights Reserved.