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

    This structure contains members that specify attributes of arrow drawn on end of line annotations.

    Declaration:

     
    Copy Code
    typedef struct tagAT_ARTX_ARROW_HEAD
    { 
            enumIGArtXArrowStyle nStyle;
            AT_INT32 nAngle;
            AT_INT32 nLength;
    } AT_ARTX_ARROW_HEAD, * LPAT_ARTX_ARROW_HEAD;
    

    Members:

    Name Type Description
    nStyle enumIGArtXArrowStyle Arrow style.
    nAngle AT_INT32 Arrow angle.
    nLength AT_INT32 Arrow length.