fillRect

actual 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.

expect 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.

actual 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.