Keyword(s) to search:
Sort results by title
Keyword Index
Screen
.
.
::
.
.
Print Method (ColourEnum, Char, Int32, Int32)
Prints a character at a given location
Namespace:
AngbandOS.Core
Assembly:
AngbandOS.Core
(in AngbandOS.Core.dll)
Syntax
C#
public
void
Print
(
ColourEnum
attr
,
char
ch
,
int
row
,
int
col
)
Parameters
attr
Type:
ColourEnum
The colour in which to print
ch
Type:
Char
The character to print
row
Type:
Int32
The y position at which to print
col
Type:
Int32
The x position at which to print
See Also
Screen Class
Print Overload
AngbandOS.Core Namespace