draw Ellipse
actual fun drawEllipse(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)(source)
Draw the edges of an ellipse (aka "a circle") which occupies the area (x,y,width,height)
expect fun drawEllipse(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)(source)
Draw the edges of an ellipse (aka "a circle") which occupies the area (x,y,width,height)