Screen..::..RenderString Method

Prints a string on the screen, without moving the cursor. No checks are made to ensure the string fits on the string.

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

Syntax


public void RenderString(
	int x,
	int y,
	ColourEnum a,
	string s
)

Parameters

x
Type: Int32
The x location to display the string
y
Type: Int32
The y location to display the string
a
Type: ColourEnum
The colour in which to display the string
s
Type: String
The string to print