libtcod-net
PrintLineRect Method (str, x, y, w, h, flag, align)
NamespaceslibtcodWrapperConsolePrintLineRect(String, Int32, Int32, Int32, Int32, Background, 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,
	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
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.
flag (Background)
Background flag
align (LineAlignment)
Alignment of string
Return Value
Number of lines printed

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