libtcod-net
Blit Method (xSrc, ySrc, wSrc, hSrc, dest, xDst, yDst)
NamespaceslibtcodWrapperConsoleBlit(Int32, Int32, Int32, Int32, Console, Int32, Int32)
Blit console onto another console
Declaration Syntax
C#
public void Blit(
	int xSrc,
	int ySrc,
	int wSrc,
	int hSrc,
	Console dest,
	int xDst,
	int yDst
)
Parameters
xSrc (Int32)
Upper left corner x coord of area to blit from
ySrc (Int32)
Upper left corner y coord of area to blit from
wSrc (Int32)
Width of source area
hSrc (Int32)
Height of source area
dest (Console)
Destination console
xDst (Int32)
Upper left corner x coord of area to blit to
yDst (Int32)
Upper left corner y coord of area to blit to

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