System.Console.SetWindowSize Method

Sets the height and width of the console window to the specified values.

Syntax

public static void SetWindowSize (int width, int height)

Parameters

width
The width of the console window measured in columns.
height
The height of the console window measured in rows.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0