//qrcode-kotlin/qrcode.render/QRCodeGraphics/drawRect

drawRect

[common, android, js, jvm]
[common]
expect fun drawRect(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)

[android, js, jvm]
actual open fun drawRect(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)

Draw the edges of a rectangle starting at point (x,y) and having width by height.