Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
CIRCLE Statement QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
CIRCLE - a graphics statement that draws an ellipse or circle
with a specified center and radius
Syntax
CIRCLE [STEP] (x,y),radius[,[color][,[start][,[end][,aspect]]]]
■ (x,y) are the screen coordinates of the center of the circle or ellipse
■ radius, a numeric expression, is the radius
■ Use STEP if x and y are offsets from the current cursor position,
rather than absolute screen coordinates
■ start and end can be used to draw arcs
■ color and aspect are ◄Details►
See Also ◄SCREEN Statement► - to find out about the different screen
coordinate systems that are available
◄LINE►