[]
Draw arc from this document.
public void FillArc(Color clr, RectangleF rc, float startAngle, float sweepAngle)
Type | Name | Description |
---|---|---|
Color | clr | The drawing color. |
RectangleF | rc | The drawing rectangle. |
float | startAngle | The start angle in degree. |
float | sweepAngle | The sweep angle in degree. |