[]
        
(Showing Draft Content)

C1.Win.Accessibility.Items.BaseInterfaces.IUiaTransformProvider.Move

Move Method

Move(double, double)

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.

Declaration
void Move(double x, double y)
Parameters
Type Name Description
double x

absolute on-screen position of the top left corner

double y

absolute on-screen position of the top left corner