drawEllipse

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)

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)

actual open fun drawEllipse(x: Int, y: Int, width: Int, height: Int, color: Int, thickness: Double)(source)

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