FBPL Command Reference

Table Of Contents
54
6.6 CIRCLE
Description
Draw a circle.
Syntax
CIRCLE X_start,Y_start,diameter,thickness
Parameter
Description
X_start
X-coordinate of upper left corner (in dots)
Y_start
Y-coordinate of upper left corner (in dots)
diameter
Diameter of the circle (in dots)
thickness
Thickness of the circle (in dots)
Example
Sample code
SIZE 80 mm,30 mm
GAP 0,0
DIRECTION 1
CLS
BAR 250,20,100,1
BAR 250,20,1,100
CIRCLE 250,20,100,5
PRINT 1
Result