Screen..::..PutChar Method

Places a character without moving the text position

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

Syntax


public void PutChar(
	ColourEnum attr,
	char ch,
	int row,
	int col
)

Parameters

attr
Type: ColourEnum
The colour to use for the character
ch
Type: Char
The character to place
row
Type: Int32
The row at which to place the character
col
Type: Int32
The column at which to place the character