CIRCLE

This command will draw a circle on screen using the current ink color.

  Syntax
CIRCLE X,Y,Radius
  Parameters
X
Integer
This value specifies the center of the circles x coordinate.
Y
Integer
This value specifies the center of the circles y coordinate.
Radius
Integer
This value specifies the radius of the circle in degrees.

  Returns

This command does not return a value.

  Description

The command requires the radius and the Coordinates that will represent the center of the circle to be drawn. You can also draw to a bitmap, by using the SET CURRENT BITMAP command.

  Example Code
CIRCLE 320,240,100
WAIT KEY
  See also

BASIC2D Commands Menu
Index