libtcod-net
BlitRect Method (console, x, y, w, h, background)
NamespaceslibtcodWrapperImageBlitRect(Console, Int32, Int32, Int32, Int32, Background)
Blit part of a image to the console
Declaration Syntax
C#
public void BlitRect(
	Console console,
	int x,
	int y,
	int w,
	int h,
	Background background
)
Parameters
console (Console)
Console target
x (Int32)
x coord of upper left of image on console
y (Int32)
y coord of upper right of image on console
w (Int32)
Width of part of image to blit
h (Int32)
Height of part of image to blit
background (Background)
How image affects background color

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