x
|
number
|
X coordinate of the ellipse center
|
y
|
number
|
Y coordinate of the ellipse center
|
radiusX
|
number
|
Ellipse radius on the x axis
|
radiusY
|
number
|
Ellipse radius on the y axis
|
rotation
|
number
|
Rotation angle of the ellipse. The unit is radian.
|
startAngle
|
number
|
Angle of the start point for drawing the ellipse. The unit is radian.
|
endAngle
|
number
|
Angle of the end point for drawing the ellipse. The angle is represented by radians.
|
anticlockwise
|
number
|
Whether to draw the ellipse in the anticlockwise direction. The value 0 indicates clockwise and the value 1 indicates anticlockwise. This parameter is optional. The default value is 0.
|