mojo.graphics.Canvas.DrawCircle - nitrologic/monkey2 GitHub Wiki
mojo::mojo.graphics.mojo.graphics.Canvas.DrawCircle
monkey:monkey.types.Float,y:monkey:monkey.types.Float,radius:monkey:monkey.types.Float )
Method DrawCircle:Void( x: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. |