Mojo graphics canvas drawcircle
mojo:mojo.graphics.Canvas.DrawCircle
Method DrawCircle:Void( x:Float,y:Float,radius:Float )#
Draws a circle.
Draws a circle in the current Color using the current BlendMode and transformed by the current Matrix.
Parameters | |
---|---|
x |
x Center x coordinate for the circle. |
y |
y Center y coordinate for the circle. |
radius |
radius The circle radius. |