libtcod-net
GetNewConsole Method (w, h)
NamespaceslibtcodWrapperRootConsoleGetNewConsole(Int32, Int32)
Create new offscreen (secondary) console
Declaration Syntax
C#
public static Console GetNewConsole(
	int w,
	int h
)
Parameters
w (Int32)
Width in characters
h (Int32)
Height in characters
Return Value
New console

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