Screen..::..Print Method (ColourEnum, String)

Prints a string at the current cursor position. The cursor position is moved.

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

Syntax


public void Print(
	ColourEnum attr,
	string str
)

Parameters

attr
Type: ColourEnum
The colour in which to print the string
str
Type: String
The string to print