Click or drag to resize
CommandLineHelperSetConsoleCursorPosition Method

[Missing <summary> documentation for "M:X3Platform.Util.CommandLineHelper.SetConsoleCursorPosition(System.IntPtr,X3Platform.Util.CommandLineHelper.Coordinate)"]

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static int SetConsoleCursorPosition(
	IntPtr hConsoleOutput,
	CommandLineHelperCoordinate CursorPosition
)

Parameters

hConsoleOutput
Type: SystemIntPtr

[Missing <param name="hConsoleOutput"/> documentation for "M:X3Platform.Util.CommandLineHelper.SetConsoleCursorPosition(System.IntPtr,X3Platform.Util.CommandLineHelper.Coordinate)"]

CursorPosition
Type: X3Platform.UtilCommandLineHelperCoordinate

[Missing <param name="CursorPosition"/> documentation for "M:X3Platform.Util.CommandLineHelper.SetConsoleCursorPosition(System.IntPtr,X3Platform.Util.CommandLineHelper.Coordinate)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:X3Platform.Util.CommandLineHelper.SetConsoleCursorPosition(System.IntPtr,X3Platform.Util.CommandLineHelper.Coordinate)"]

See Also