libtcod-net
PutChar Method (x, y, c)
Namespaces
►
libtcodWrapper
►
Console
►
PutChar(Int32, Int32, Byte)
C#
Put ascii character onto console
Declaration Syntax
C#
public
void
PutChar
(
int
x
,
int
y
,
byte
c
)
Parameters
x
(
Int32
)
x (Width) position
y
(
Int32
)
y (Height) position
c
(
Byte
)
Ascii character
Assembly:
libtcodWrapper
(Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)