mojo.graphics.Canvas.DrawEllipse - nitrologic/monkey2 GitHub Wiki

mojo::mojo.graphics.mojo.graphics.Canvas.DrawEllipse

Method DrawEllipse:Void( x:monkey:monkey.types.Float,y:monkey:monkey.types.Float,xRadius:monkey:monkey.types.Float,yRadius:monkey:monkey.types.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.