public arcTo(x1 as Int, y1 as Int, x2 as Int, y2 as Int, radius as Int) as Void:
painter.arcTo(40, 0, 80, 40, 16)