Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the element for the specified x coordinate and the specified y coordinate.
Syntax
IHTMLElement retVal = object.elementFromPoint(x, y);
Parameters
x [in]
Type: longA long that specifies the X-offset, in pixels.
y [in]
Type: longA long that specifies the Y-offset, in pixels.
Standards information
There are no standards that apply here.
Remarks
Coordinates are supplied in client coordinates. The upper-left corner of the client area is (0,0). For IHTMLDocument2::elementFromPoint to exhibit expected behavior, the object or element located at position (x, y) must support and respond to mouse events.
See also
Reference