Method DrawArc
DrawArc(Pen, PointD, double, double, double)
Draws an arc representing a portion of a circle specified by a center PointD and a radius.
public override void DrawArc(Pen pen, PointD center, double radius, double startAngle, double sweepAngle)Parameters
- penPen
- Pen that determines the color, width, and style of the arc. 
- centerPointD
- PointD structure that defines the center of the circle. 
- radiusdouble
- Defines the radius of the circle. 
- startAngledouble
- Angle in degrees measured clockwise from the x-axis to the starting point of the arc. 
- sweepAngledouble
- Angle in degrees measured clockwise from the - startAngleparameter to ending point of the arc.