ellipse

abstract fun ellipse(ellipse: Ellipse, fill: Paint)

Fills an ellipse.

Parameters

ellipse

to draw

fill

to fill with


abstract fun ellipse(ellipse: Ellipse, stroke: Stroke, fill: Paint? = null)

Fills and outlines an ellipse.

Parameters

ellipse

to draw

stroke

to outline with

fill

to fill with