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

In This Topic
    MoveToPoint Method (IDisplayPointer)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Sub MoveToPoint( _
       ByVal ptPoint As tagPOINT, _
       ByVal eCoordSystem As System.Integer, _
       ByVal pElementContext As IHTMLElement, _
       ByVal dwHitTestOptions As System.UInteger, _
       ByRef pdwHitTestResults As System.UInteger _
    ) 
    void MoveToPoint( 
       tagPOINT ptPoint,
       System.int eCoordSystem,
       IHTMLElement pElementContext,
       System.uint dwHitTestOptions,
       out System.uint pdwHitTestResults
    )

    Parameters

    ptPoint
    eCoordSystem
    pElementContext
    dwHitTestOptions
    pdwHitTestResults
    See Also