ImageGear Professional DLL v18.1 for Windows
AT_ARTX_CALLOUT
Send Feedback
ImageGear Professional v18.1 > 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:

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:

  • 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.
©2014. Accusoft Corporation. All Rights Reserved.