drawCircle

external fun drawCircle(xCenter: Float, yCenter: Float, radius: Float, color: Int, filled: Boolean = false)

Draws a circle.

Parameters

xCenter

x position of the circle's center.

yCenter

y position of the circle's center.

radius

Radius of the circle.

color

Color of the shape.

filled

Will be filled with color.