klyn.gui.windows.Painter.strokeLine
method
public strokeLine(x1 as Int, y1 as Int, x2 as Int, y2 as Int) as Void:
Description
Strokes a line segment.
painter.strokeLine(0, 0, 100, 40)