public bezierCurveTo(cp1x as Int, cp1y as Int, cp2x as Int, cp2y as Int, x as Int, y as Int) as Void:
painter.bezierCurveTo(20, 0, 60, 80, 100, 40)