Resize the screen.

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

Syntax

Visual Basic
Sub Resize ( _
	width As Integer, _
	height As Integer _
)
C#
void Resize(
	int width,
	int height
)

Parameters

width
Type: System..::..Int32
Screen width.
height
Type: System..::..Int32
Screen height.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also