libtcod-net
DrawRect Method (x, y, w, h, clear)
NamespaceslibtcodWrapperConsoleDrawRect(Int32, Int32, Int32, Int32, Boolean)
Draw rectangle of color to console, setting background color to default
Declaration Syntax
C#
public void DrawRect(
	int x,
	int y,
	int w,
	int h,
	bool clear
)
Parameters
x (Int32)
Upper left corner x coord
y (Int32)
Upper left corner y coord
w (Int32)
Width of rectangle
h (Int32)
Height of rectangle
clear (Boolean)
Clear cells of any ascii character

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