Type Definition nannou::draw::primitive::ellipse::DrawingEllipse[][src]

type DrawingEllipse<'a> = Drawing<'a, Ellipse>;
Expand description

The drawing context for an ellipse.

Implementations

Stroke the outline with the given color.

Specify the width and height of the Ellipse via a given radius.

The number of sides used to draw the ellipse.