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:
Name | Type | Description |
nPenStyle | enumIGArtXPenStyle | Pen style. |
nWidth | AT_INT32 | Line width. |
rgbColor | AT_RGBQUAD | Line color. |