libtcod-net
DrawFrame Method (x, y, w, h, clear, str)
NamespaceslibtcodWrapperConsoleDrawFrame(Int32, Int32, Int32, Int32, Boolean, String)
Draw "Frame" with title onto console
Declaration Syntax
C#
public void DrawFrame(
	int x,
	int y,
	int w,
	int h,
	bool clear,
	string str
)
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
str (String)
Title of frame

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