Warning: This site is under construction, most links will be broken.
LightX API -> lxgfx -> linev
Last modified on Thu, 29th Mar 2007 at 18:38 UTC by zippletlxgfx.linev
procedure linev(
surface: tlxhandle;
x, y, h: tlxposition;
colour: tlxcolour32
);
Draws a straight vertical line beginning at x1, y1 and ending h pixels below.
surface: tlxhandle
The surface to draw on.
x1, y1, h: tlxposition
The start (x1, y1) and height (h) of the line.
colour: tlxcolour32
The colour to use.
Class: lxgfx