public strokeLine(x1 as Int, y1 as Int, x2 as Int, y2 as Int) as Void:
painter.strokeLine(0, 0, 100, 40)