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


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