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

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