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.