libtcod-net
Image Constructor (width, height)
Namespaces
►
libtcodWrapper
►
Image
►
Image(Int32, Int32)
C#
Creates a new image of a given side with root's background color (or black if none exists)
Declaration Syntax
C#
public
Image
(
int
width
,
int
height
)
Parameters
width
(
Int32
)
Width of new image
height
(
Int32
)
Height of new image
Assembly:
libtcodWrapper
(Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)