[]
Draw arc (ellipse segment) with current stroke attributes.
void DrawArc(double cx, double cy, double rx, double ry, double angle, double sweep)
Type | Name | Description |
---|---|---|
double | cx | X-coordinate of ellipse center. |
double | cy | Y-coordinate of ellipse center. |
double | rx | x-radius. |
double | ry | y-radius. |
double | angle | Start angle in degrees. |
double | sweep | Sweep direction in degrees. |