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

Prints a string at a given location

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

Syntax


public void Print(
	string str,
	int row,
	int col
)

Parameters

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