| .CIRCLE Statement QuickSCREENi |
|
  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 |