Click or drag to resize
CommandLineHelperFillConsoleOutputCharacter Method

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

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static int FillConsoleOutputCharacter(
	IntPtr hConsoleOutput,
	byte cCharacter,
	int nLength,
	CommandLineHelperCoordinate dwWriteCoordinate,
	IntPtr lpNumberOfCharsWritten
)

Parameters

hConsoleOutput
Type: SystemIntPtr

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

cCharacter
Type: SystemByte

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

nLength
Type: SystemInt32

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

dwWriteCoordinate
Type: X3Platform.UtilCommandLineHelperCoordinate

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

lpNumberOfCharsWritten
Type: SystemIntPtr

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

Return Value

Type: Int32

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

See Also