 
            Tests whether any part of a rectangle is on an element.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_PDE_element_is_at_rect(
        HIG_PDE_ELEMENT hElement,
        LPAT_PDF_FIXEDRECT lpRect,
        LPAT_BOOL lpbResult
);
 | |
| Name | Type | Description | 
|---|---|---|
| hElement | HIG_PDE_ELEMENT | The element to test. 
 | 
| lpRect | LPAT_PDF_FIXEDRECT | The rectangle, specified in user space coordinates. | 
| lpbResult | LPAT_BOOL | True if any part of the rectangle is on the element; FALSE otherwise. | 
Error count.
This function does not process image pixels.