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