mojo:mojo.graphics.Canvas.DrawCircle
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. |