libtcod-net
PrintLineRect Method (str, x, y, w, h, align)
NamespaceslibtcodWrapperConsolePrintLineRect(String, Int32, Int32, Int32, Int32, LineAlignment)
Print aligned string inside the defined rectangle, truncating if bottom is reached
Declaration Syntax
C#
public int PrintLineRect(
	string str,
	int x,
	int y,
	int w,
	int h,
	LineAlignment align
)
Parameters
str (String)
String to print
x (Int32)
x (Width) position of first character
y (Int32)
y (Height) position of first character
w (Int32)
Width of rectangle to print in
h (Int32)
Height of rectangle to print in. If 0, string is only truncated if reaches bottom of console.
align (LineAlignment)
Alignment of string
Return Value
Number of lines printed

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