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. |
