fillRect

actual open fun fillRect(x: Int, y: Int, width: Int, height: Int, color: Int)(source)

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)(source)

Fills the rectangle starting at point (x,y) and having width by height.

actual open fun fillRect(x: Int, y: Int, width: Int, height: Int, color: Int)(source)

Fills the rectangle starting at point (x,y) and having width by height.

actual open fun fillRect(x: Int, y: Int, width: Int, height: Int, color: Int)(source)

Fills the rectangle starting at point (x,y) and having width by height.