Warning: This site is under construction, most links will be broken.
LightX API -> lxgfx -> draw
Last modified on Thu, 29th Mar 2007 at 18:46 UTC by zippletlxgfx.draw
procedure draw(
dest: tlxhandle;
src: tlxhandle;
x, y: tlxposition
);
Draws the source surface on top of the destination surface.
dest: tlxhandle
The surface to draw on.
src: tlxhandle
The surface to draw onto the destination surface.
x, y: tlxposition
The X, Y co-ordinates to start drawing at on the destination surface.
Class: lxgfx