//qrcode-kotlin/qrcode.render/QRCodeGraphics/drawLine

drawLine

[common, android, js, jvm]
[common]
expect fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int, thickness: Double)

[android, js, jvm]
actual open fun drawLine(x1: Int, y1: Int, x2: Int, y2: Int, color: Int, thickness: Double)

Draw a straight line from point (x1,y1) to (x2,y2).