klyn.gui.windows.Painter.ellipse
method
public ellipse(x as Int, y as Int, radiusX as Int, radiusY as Int, rotation as Double, startAngle as Double, endAngle as Double, counterClockwise as Boolean = false) as Void:
Description
Adds an ellipse segment.
painter.ellipse(80, 80, 60, 40, 0.0, 0.0, Math.TAU)