Syntax
dbCircle(x, y, Radius)Description
See AlsoThis 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 dbSetCurrentBitmap command.