drawRect

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

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

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