//qrcode-kotlin/io.github.g0dkar.qrcode.render/QRCodeGraphics/drawRect
[common, android, js, jvm, native]
[common]
expect open fun drawRect(x: Int, y: Int, width: Int, height: Int, color: Int)
[android, js, jvm, native]
actual open fun drawRect(x: Int, y: Int, width: Int, height: Int, color: Int)
Draw the edges of a rectangle starting at point (x,y)
and having width
by height
.