[]
elementFromPoint
method of IHTMLDocument2
interface.
IHTMLElement elementFromPoint(int x, int y)
Type | Name | Description |
---|---|---|
int | x | |
int | y |
Type | Description |
---|---|
IHTMLElement |
An original IDL definition of elementFromPoint
method was the following: HRESULT elementFromPoint (long x, long y, [out, retval] IHTMLElement** ReturnValue)
;