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
Type: size_t

The x coordinate of the ellipse.

yOrigin
Type: size_t

The y coordinate of the ellipse.

width
Type: size_t

The horizontal radii.

height
Type: size_t

The vertical radii.

startDegrees
Type: double

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

endDegrees
Type: double

Whare to end the ellipse.

Meta