Syntax
dbEllipse(x, y, xRadius, yRadius)Description
See AlsoThis command will draw an ellipse on screen using the current ink color. The command requires the X-Radius, Y-Radius and the Coordinates that will represent the center of the ellipse to be drawn. The parameters should be specified using integer values. You can also draw to a bitmap, by using the dbSetCurrentBitmap command.