DrawingContext.ellipse

Draw an ellipse.

class DrawingContext
void
ellipse
(
size_t xOrigin
,
size_t yOrigin
,
size_t width
,
size_t height
,,
double endDegrees
)

Parameters

xOrigin size_t

The x coordinate of the ellipse.

yOrigin size_t

The y coordinate of the ellipse.

width size_t

The horizontal radii.

height size_t

The vertical radii.

startDegrees double

Where to start the ellipse. 0 degrees is at 3 o'clock.

endDegrees double

Whare to end the ellipse.

Meta