What it does
DrawEllipse makes something happen at once: it draws. It takes x (a float), y (a float), radiusx (a float), radiusy (a float), color1 (an integer), color2 (an integer) and filled (an integer), and returns nothing.
Syntax
DrawEllipse(x float, y float, radiusx float, radiusy float, color1 integer, color2 integer, filled integer)Parameters
| Name | Type |
|---|---|
| x | float |
| y | float |
| radiusx | float |
| radiusy | float |
| color1 | integer |
| color2 | integer |
| filled | integer |
Every form returns
nothing