interface EllipseFill

Properties to be provided with fillEllipse.

Properties
anticlockwise, cx, cy, endAngle, fill, rx, ry, startAngle

Properties

anticlockwise
optional

If true, draw the ellipse anticlockwise.

Type:
boolean
cx

X-axis coordinate of the ellipse’s center

Type:
number
cy

Y-axis coordinate of the ellipse’s center

Type:
number
endAngle
optional

Angle in radians at which the ellipse ends (measured clockwise from the positive x-axis).

Type:
number
fill

Fill the ellipse with a color, gradient or pattern.

Type:
FillStyle
rx

The ellipse’s X-radius.

Type:
number
ry

The ellipse’s Y-radius.

Type:
number
startAngle
optional

Angle in radians at which the ellipse starts (measured clockwise from the positive x-axis).

Type:
number