libtcod-net
Image Constructor (width, height)
NamespaceslibtcodWrapperImageImage(Int32, Int32)
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)