Sets a new terminal size.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public MustOverride Sub SetTerminalSize ( _
	width As Integer, _
	height As Integer _
)
C#
public abstract 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