libtcod-net
Blit Method (console, x, y, background, scalex, scaley, angle)
NamespaceslibtcodWrapperImageBlit(Console, Single, Single, Background, Double, Double, Double)
Blit entire image onto console
Declaration Syntax
C#
public void Blit(
	Console console,
	float x,
	float y,
	Background background,
	double scalex,
	double scaley,
	double angle
)
Parameters
console (Console)
Console target
x (Single)
x coord of center of image on console
y (Single)
y coord of center of image on console
background (Background)
How image affects background color
scalex (Double)
Width scaling factor
scaley (Double)
Height scaling factor
angle (Double)
Rotation angle in radians

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