[]
Adds arc.
public void AddArc(RectangleF rect, float startAngle, float sweepAngle)
| Type | Name | Description |
|---|---|---|
| RectangleF | rect | |
| float | startAngle | |
| float | sweepAngle |
Adds arc.
public void AddArc(float x, float y, float width, float height, float startAngle, float sweepAngle)
| Type | Name | Description |
|---|---|---|
| float | x | |
| float | y | |
| float | width | |
| float | height | |
| float | startAngle | |
| float | sweepAngle |