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

    This function creates a new instance of an Arrow annotation (IG_ARTX_MARK_ARROW).

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_ARTX_arrow_create(
            LPAT_POINT lpStartPoint,
            LPAT_POINT lpEndPoint,
            LPAT_ARTX_BORDER pLine,
            LPAT_ARTX_ARROW_HEAD lpHead,
            AT_BOOL bHighlight,
            LPHIG_ARTX_ARROW lphMark
    );
    

    Arguments:

    Name Type Description
    lpStartPoint LPAT_POINT Coordinates of start arrow point.
    lpEndPoint LPAT_POINT Coordinates of end arrow point.
    pLine LPAT_ARTX_BORDER Attributes of line used to draw arrow.
    lpHead LPAT_ARTX_ARROW_HEAD Attributes of arrow head.
    bHighlight AT_BOOL Indicates whether the annotation is highlighted.
    lphMark LPHIG_ARTX_ARROW Pointer to storage for new annotation handle.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Remarks:

    Upon successful completion: