'Declaration Public Sub AddPie( _ ByVal rc As System.Drawing.RectangleF, _ ByVal startAngle As System.Single, _ ByVal sweepAngle As System.Single _ )
public void AddPie( System.Drawing.RectangleF rc, System.float startAngle, System.float sweepAngle )
Parameters
- rc
- The rectangle that represents the pie or arc.
- startAngle
- The start angle for the pie or arc.
- sweepAngle
- The sweep angle for the pie or arc.