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

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