ellipse

inline fun CommonCanvas.ellipse(ellipse: Ellipse, color: Color)

Fills an ellipse.

Parameters

ellipse

to draw

color

to fill with


inline fun CommonCanvas.ellipse(ellipse: Ellipse, stroke: Stroke, color: Color)

Fills and outlines an ellipse.

Parameters

ellipse

to draw

stroke

to outline with

color

to fill with