Move(Int32,Int32) Method
Moves this window to the specified absolute location on the screen.

C# Syntax

void Move( 
   int x,
   int y
)

Parameters

x
In pixels.
y
In pixels.