interface
                EllipseFill
Properties to be provided with fillEllipse.
- Properties
- anticlockwise, cx, cy, endAngle, fill, rx, ry, startAngle
Properties
- anticlockwiseoptional
- 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
 
- endAngleoptional
- 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
 
- startAngleoptional
- Angle in radians at which the ellipse starts (measured clockwise from the positive x-axis). - Type:
- 
                    number