ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ArtX Component API Reference / ArtX Component Structures Reference / AT_ARTX_PIN
In This Topic
    AT_ARTX_PIN
    In This Topic

    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:

    Name Type Description
    nAlignment enumIGArtXPinAlignment Pin alignment.
    rgbColor AT_RGBQUAD Color used to fill area not covered by pin image.
    bColorPresent AT_BOOL 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.