public void AddEllipseSegment( System.double x, System.double y, System.double width, System.double height, System.double startAngle, System.double sweepAngle )
Parameters
- x
- the x coordinate of the ellipse
- y
- the y coordinate of the ellipse
- width
- the width of the ellipse
- height
- the height of the ellipse
- startAngle
- start angle (in radians)
- sweepAngle
- sweep angle (in radians)