Mojo graphics canvas drawoval
mojo:mojo.graphics.Canvas.DrawOval
Method DrawOval:Void( x:Float,y:Float,width:Float,height:Float )#
Draws an oval.
Draws an oval in the current Color using the current BlendMode.
The oval vertex coordinates are also transform by the current Matrix.
Parameters | |
---|---|
x |
x Top left x coordinate for the oval. |
y |
y Top left y coordinate for the oval. |
width |
width Width of the oval. |
height |
height Height of the oval. |