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.