libtcod-net
DrawHLine Method (x, y, l)
NamespaceslibtcodWrapperConsoleDrawHLine(Int32, Int32, Int32)
Draw horizontal line using default background/foreground color
Declaration Syntax
C#
public void DrawHLine(
	int x,
	int y,
	int l
)
Parameters
x (Int32)
Left endpoint x coord
y (Int32)
Left endpoint y coord
l (Int32)
Length

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