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

In This Topic
    getBoundingClientRect Method
    In This Topic

    getBoundingClientRect method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Function getBoundingClientRect() As IHTMLRect
    IHTMLRect getBoundingClientRect()
    Remarks

    An original IDL definition of getBoundingClientRect method was the following: HRESULT getBoundingClientRect ([out, retval] IHTMLRect** ReturnValue);

    See Also