Method DrawArc
DrawArc(Pen, PointD, float, float, float)
Draws an arc representing a portion of a circle specified by a center PointD and a radius.
void DrawArc(Pen pen, PointD center, float radius, float startAngle, float sweepAngle)
Parameters
penPenPen that determines the color, width, and style of the arc.
centerPointDPointD structure that defines the center of the circle.
radiusfloatDefines the radius of the circle.
startAnglefloatAngle in degrees measured clockwise from the x-axis to the starting point of the arc.
sweepAnglefloatAngle in degrees measured clockwise from the
startAngleparameter to ending point of the arc.