Keyword(s) to search:
Sort results by title
Keyword Index
Screen
.
.
::
.
.
Erase Method
Erases a number of characters on the screen
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
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
See Also
Screen Class
AngbandOS.Core Namespace