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

Glossary Item Box

This structure contains members that specify attributes of Pin drawn with text annotations.

Declaration:

  Copy Code
typedef struct tagAT_ARTX_PIN
{
        enumIGArtXPinAlignment nAlignment;
        AT_RGBQUAD rgbColor;
        AT_BOOL bColorPresent;
} AT_ARTX_PIN, *LPAT_ARTX_PIN;

Members:

nAlignment Pin alignment.
rgbColor Color used to fill area not covered by pin image.
bColorPresent Specifies whether the rgbColor field is valid and contains any data. If the pin is transparent, bColorPresent is FALSE, and the value of rgbColor is not defined.
©2012. Accusoft Corporation. All Rights Reserved.