fillEllipse

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

Fills an ellipse (aka "a circle") which occupies the area (x,y,width,height)

expect fun fillEllipse(x: Int, y: Int, width: Int, height: Int, color: Int)(source)

Fills an ellipse (aka "a circle") which occupies the area (x,y,width,height)

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

Fills an ellipse (aka "a circle") which occupies the area (x,y,width,height)

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

Fills an ellipsis (aka "a circle") which occupies the area (x,y,width,height)