Screen..::..PrintLine Method (ColourEnum, String, Int32, Int32)

Print a string in a specific color, erasing the rest of the line to the width of the screen.

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

Syntax


public void PrintLine(
	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 row at which to print
col
Type: Int32
The column at which to print