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