//qrcode-kotlin/qrcode.render/QRCodeGraphics/fillRect
[common, android, js, jvm]
[common]
expect fun fillRect(x: Int, y: Int, width: Int, height: Int, color: Int)
[android, js, jvm]
actual open fun fillRect(x: Int, y: Int, width: Int, height: Int, color: Int)
Fills the rectangle starting at point (x,y)
and having width
by height
.