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

Glossary Item Box

This structure contains members that specify line drawing attributes.

Declaration:

  Copy Code
typedef struct tagAT_ARTX_BORDER
{ 
        enumIGArtXPenStyle nPenStyle;
        AT_INT32 nWidth;
        AT_RGBQUAD rgbColor;
} AT_ARTX_BORDER, * LPAT_ARTX_BORDER;

Members:

nPenStyle Pen style.
nWidth Line width.
rgbColor Line color.
©2012. Accusoft Corporation. All Rights Reserved.