[]
Draw arc from this document.
public void DrawArc(Pen pen, Rect rc, float startAngle, float sweepAngle)
Type | Name | Description |
---|---|---|
Pen | pen | The drawing pen. |
Rect | rc | The drawing rectangle. |
float | startAngle | The start angle in degree. |
float | sweepAngle | The sweep angle in degree. |