Sets the cursor position.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public static void SetCursorPosition(
	int x,
	int y
)

Parameters

x
Type: System..::.Int32
The cursor position in the X-axis.
y
Type: System..::.Int32
The cursor position in the Y-axis.

See Also