libtcod-net
DrawFrame Method (x, y, w, h, clear)
NamespaceslibtcodWrapperConsoleDrawFrame(Int32, Int32, Int32, Int32, Boolean)
Draw "Frame" with title onto console
Declaration Syntax
C#
public void DrawFrame(
	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
h (Int32)
Height
clear (Boolean)
Clear area

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