|
CIRCLE
This command will draw a circle on screen using the current ink color.
CIRCLE X,Y,Radius
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.
This command does not return a value.
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.
CIRCLE 320,240,100
WAIT KEY
BASIC2D Commands Menu
Index
|