circle

fun circle(center: Point, radius: Float): Shape

A closed circle that can be drawn on a Canvas.

Parameters

center

The center of the circle

radius

The radius of the circle