Mojo graphics canvas drawellipse
mojo:mojo.graphics.Canvas.DrawEllipse
Method DrawEllipse:Void( x:Float,y:Float,xRadius:Float,yRadius:Float )#
Draws an ellipse.
Draws an ellipse in the current Color using the current BlendMode.
The ellipse is also transformed by the current Matrix.
Parameters | |
---|---|
x |
x Center x coordinate for the ellipse. |
y |
y Center y coordinate for the ellipse. |
xRadius |
xRadius X axis radius for the ellipse. |
yRadius |
yRadius Y axis radius for the ellipse. |