Move(Int32,Int32) Method
Moves the window to the specified absolute location on the screen with X,Y coordinates.

C# Syntax

void Move( 
   int x,
   int y
)

Parameters

x
The X coordinate to move to.
y
The Y coordinate to move to.