klyn.gui.windows.Painter.arc
method
public arc(x as Int, y as Int, radius as Int, startAngle as Double, endAngle as Double, counterClockwise as Boolean = false) as Void:
Description
Adds an arc segment.
painter.arc(80, 80, 40, 0.0, Math.PI)