Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLDocument2 Interface / elementFromPoint Method

In This Topic
    elementFromPoint Method
    In This Topic

    elementFromPoint method of IHTMLDocument2 interface.

    Syntax
    'Declaration
     
    Function elementFromPoint( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) As IHTMLElement
    IHTMLElement elementFromPoint( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    Remarks

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

    See Also