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

In This Topic
    moveToPoint Method (IHTMLTxtRange)
    In This Topic

    moveToPoint method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Sub moveToPoint( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    void moveToPoint( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    Remarks

    An original IDL definition of moveToPoint method was the following: HRESULT moveToPoint (long x, long y);

    See Also