ELLIPSE
This 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 SET CURRENT BITMAP command.

SYNTAX
ELLIPSE X,Y,X Radius,Y Radius

RELATED INFO
BASIC2D Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example