ImageGear Professional DLL v17.1 for Windows Accusoft
IG_ARTX_arrow_create
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_ARROW > IG_ARTX_arrow_create

Glossary Item Box

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:

lpStartPoint Coordinates of start arrow point.
lpEndPoint Coordinates of end arrow point.
pLine Attributes of line used to draw arrow.
lpHead Attributes of arrow head.
bHighlight Indicates whether the annotation is highlighted.
lphMark Pointer to storage for new annotation handle.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.