libtcod-net
PrintLine Method (str, x, y, align)
NamespaceslibtcodWrapperConsolePrintLine(String, Int32, Int32, LineAlignment)
Print string to line of console, using default foreground/background colors
Declaration Syntax
C#
public void PrintLine(
	string str,
	int x,
	int y,
	LineAlignment align
)
Parameters
str (String)
String to print
x (Int32)
x (Width) position of first character
y (Int32)
y (Height) position of first character
align (LineAlignment)
Alignment of string

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)