Tests whether a point is on an element.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_element_is_at_point( HIG_PDE_ELEMENT hElement, LPAT_PDF_FIXEDPOINT lpPoint, LPAT_BOOL lpbResult ); |
Name | Type | Description |
---|---|---|
hElement | HIG_PDE_ELEMENT |
The element to test.
|
lpPoint | LPAT_PDF_FIXEDPOINT | The point, specified in user space coordinates. |
lpbResult | LPAT_BOOL | TRUE if the point is on the element; FALSE otherwise. |
Error count.
This function does not process image pixels.