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
◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
CIRCLE [STEP] (x!,y!),radius![,[color&] [,[start!] [,[end!] [,aspect!]]]]
■ STEP Enables use of relative coordinates.
■ (x!,y!) The screen coordinates for the center of the circle or
ellipse.
■ radius! A numeric expression; length of radius along x-axis,
measured in pixels.
■ color& An integer expression; color code appropriate to the
SCREEN mode and installed graphics adapter.
■ start!, Specify the start and end points of an arc as angles
end! relative to the horizontal, in radians.
■ aspect! A numeric expression; used to draw ellipses or
elliptical arcs (default is circle).
See Also ◄LINE► ◄SCREEN Statement►