DrawEllipse

Description

Draws a 2D ellipse centered on the coordinates given with a chosen color or gradient. 2D shapes appear above all other drawing except the Print command and can be used with the GetImage function to create new images. The XY coordinates are in screen coordinates so are not affected by the SetViewOffset command.

Definition

DrawEllipse( x, y, radiusx, radiusy, color1, color2, filled )

Parameters