Input for WinForms | ComponentOne
C1.Win.Accessibility.Items.BaseInterfaces Namespace / IUiaTransformProvider Interface / Move Method
absolute on-screen position of the top left corner
absolute on-screen position of the top left corner

In This Topic
    Move Method (IUiaTransformProvider)
    In This Topic
    Used to adjust an element's current location. The x, and y parameters represent the absolute on-screen position of the top-left corner in pixels, not the delta between the desired location and the window's current location.
    Syntax
    'Declaration
     
    
    Sub Move( _
       ByVal x As Double, _
       ByVal y As Double _
    ) 
    void Move( 
       double x,
       double y
    )

    Parameters

    x
    absolute on-screen position of the top left corner
    y
    absolute on-screen position of the top left corner
    See Also