libtcod-net
Blit Method (xSrc, ySrc, wSrc, hSrc, dest, xDst, yDst, fade)
NamespaceslibtcodWrapperConsoleBlit(Int32, Int32, Int32, Int32, Console, Int32, 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,
	int fade
)
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
fade (Int32)
Transparency of blitted console. 255 = fully replace destination. (0-254) simulate real transparency with varying degrees of fading.

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