libtcod-net
PutChar Method (x, y, c, flag)
NamespaceslibtcodWrapperConsolePutChar(Int32, Int32, Char, Background)
Put ascii character onto console
Declaration Syntax
C#
public void PutChar(
	int x,
	int y,
	char c,
	Background flag
)
Parameters
x (Int32)
x (Width) position
y (Int32)
y (Height) position
c (Char)
Ascii character
flag (Background)
Background flag

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