CIRCLE
This command will draw a circle on screen using the current ink color. The command requires the radius and the Coordinates that will represent the center of the circle to be drawn. The parameters should be specified using integer values. You can also draw to a bitmap, by using the SET CURRENT BITMAP command.
SYNTAX
CIRCLE X,Y,Radius
RELATED INFO
BASIC2D Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example