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
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0