System.Console.SetBufferSize Method

Sets the height and width of the screen buffer area to the specified values.

Syntax

public static void SetBufferSize (int width, int height)

Parameters

width
The width of the buffer area measured in columns.
height
The height of the buffer area 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