circle

abstract fun circle(circle: Circle, fill: Paint)

Fills a circle.

Parameters

circle

to draw

fill

to fill with


abstract fun circle(circle: Circle, stroke: Stroke, fill: Paint? = null)

Fills and outlines a circle.

Parameters

circle

to draw

stroke

to outline with

fill

to fill with