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