Warning: This site is under construction, most links will be broken.
LightX API -> lxgfx -> box
Last modified on Thu, 29th Mar 2007 at 18:31 UTC by zippletlxgfx.box
procedure box(
surface: tlxhandle;
x, y, w, h: tlxposition;
colour: tlxcolour32
);
Draws a non filled rectangle box at the given co-ordinates at the given height. It draws up to and including the entire defined region.
surface: tlxhandle
The surface to draw on.
x, y, w, h: tlxposition
The rectangle to draw on the destination surface.
colour: tlxcolour32
The colour to draw with.
Class: lxgfx