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

mojo::mojo.graphics.mojo.graphics.Canvas.DrawCircle

Method DrawCircle:Void( x:monkey:monkey.types.Float,y:monkey:monkey.types.Float,radius:monkey:monkey.types.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.