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


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