Clear the contents of the specified rectangle.

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

Syntax

Visual Basic
Sub Clear ( _
	left As Integer, _
	top As Integer, _
	width As Integer, _
	height As Integer _
)
C#
void Clear(
	int left,
	int top,
	int width,
	int height
)

Parameters

left
Type: System..::..Int32
X.
top
Type: System..::..Int32
Y.
width
Type: System..::..Int32
Width.
height
Type: System..::..Int32
Height.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also