Sets a new terminal size.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Sub SetTerminalSize ( _
	width As Integer, _
	height As Integer _
)
C#
public void SetTerminalSize(
	int width,
	int height
)

Parameters

width
Type: System..::..Int32
Number of columns.
height
Type: System..::..Int32
Number of rows.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also