This function checks if the mouse pointer is on any mark on the page.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_ARTX_page_hit_test(
HIG_ARTX_PAGE hArtPage,
LPAT_ARTX_DRAW_PARAMS lpDrawParams,
LPAT_ARTX_HITTEST_PARAMS lpBurnParams
);
|
|
Arguments:
| Name | Type | Description |
| hArtPage | HIG_ARTX_PAGE | ArtX page handle. |
| lpDrawParams | LPAT_ARTX_DRAW_PARAMS | Draw parameters for hit test. |
| lpBurnParams | LPAT_ARTX_HITTEST_PARAMS | Hit test parameters. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.