[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLDocument2.elementFromPoint

elementFromPoint Method

elementFromPoint(int, int)

elementFromPoint method of IHTMLDocument2 interface.

Declaration
IHTMLElement elementFromPoint(int x, int y)
Parameters
Type Name Description
int x
int y
Returns
Type Description
IHTMLElement
Remarks

An original IDL definition of elementFromPoint method was the following: HRESULT elementFromPoint (long x, long y, [out, retval] IHTMLElement** ReturnValue);