Screen..::..Erase Method

Erases a number of characters on the screen

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public void Erase(
	int row,
	int col,
	Nullable<int> length
)

Parameters

row
Type: Int32
The row position of the first character
col
Type: Int32
The column position of the first character
length
Type: Nullable<(Of <(<'Int32>)>)>
The number of characters to erase