Move(Int32,Int32) Method
Moves this window to the specified point on the screen.
Remarks
0,0 is the top-left corner of the primary monitor.

C# Syntax

void Move( 
   int x,
   int y
)

Parameters

x
In pixels.
y
In pixels.