klyn.gui.windows.Painter.drawLine
method
public drawLine(x1 as Int, y1 as Int, x2 as Int, y2 as Int) as Void:
Description
Java-style alias of `strokeLine`.
painter.drawLine(0, 0, 100, 40)