Warning: This site is under construction, most links will be broken.

LightX API -> lxgfx -> circle

Last modified on Thu, 29th Mar 2007 at 18:40 UTC by zipplet

lxgfx.circle


procedure circle(
  surface: tlxhandle;
  x, y: tlxposition;
  radius: tlxposition;
  colour: tlxcolour32
);


Draws a non filled circle.

surface: tlxhandle
The surface to draw on.

x, y: tlxposition
The origin (middle) of the circle.

radius: tlxposition
The radius of the circle, in pixels.

colour: tlxcolour32
The colour to use.

Class: lxgfx