Method MouseMoveBy
MouseMoveBy(int, int)
Moves the mouse cursor by a specified offset.
Declaration
void MouseMoveBy(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
int | x | The horizontal offset. |
int | y | The vertical offset. |
MouseMoveBy(Point)
Moves the mouse cursor by a specified offset.
Declaration
void MouseMoveBy(Point offset)
Parameters
Type | Name | Description |
---|---|---|
Point | offset | The offset as a WinPoint. |