Move(Point) 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( 
   Point point
)

Parameters

point
Pixel location on the screen.