This function creates an instance of a hotspot mark.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_hotspot_create(
LPAT_RECTANGLE pRectangle,
LPAT_RGBQUAD pFillColor,
LPAT_ARTX_BORDER pBorder,
AT_INT Opacity,
HIG_ARTX_LINK hLink,
LPHIG_ARTX_HOTSPOT lphMark
);
|
|
Arguments:
| pRectangle | Bounding rectangle. |
| pFillColor | Mark's fill color. |
| pBorder | Mark's border |
| Opacity | Mark's opacity. |
| hLink | Link object associated with the mark. See HIG_ARTX_LINK. |
| lphMark | Created object. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
