'Declaration Public Sub DrawArc( _ ByVal pen As System.Drawing.Pen, _ ByVal rc As System.Drawing.RectangleF, _ ByVal startAngle As System.Single, _ ByVal sweepAngle As System.Single _ )
public void DrawArc( System.Drawing.Pen pen, System.Drawing.RectangleF rc, System.float startAngle, System.float sweepAngle )
Parameters
- pen
- The drawing pen.
- rc
- The drawing rectangle.
- startAngle
- The start angle in degree.
- sweepAngle
- The sweep angle in degree.