Method MouseMoveTo
MouseMoveTo(int, int)
Moves the mouse cursor to a specific location on the screen.
Declaration
void MouseMoveTo(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
int | x | The X coordinate of the location. |
int | y | The Y coordinate of the location. |
MouseMoveTo(Point)
Moves the mouse cursor to a specific location on the screen.
Declaration
void MouseMoveTo(Point location)
Parameters
Type | Name | Description |
---|---|---|
Point | location | The location as a WinPoint. |