Move Method (Mouse)
Moves the mouse to the specified point on the screen.

C# Syntax

public static void Move( 
   Point point
)

Parameters

point
The System.Drawing.Point on the screen to place the mouse pointer.