Method DrawPie
DrawPie(Pen, PointD, double, double, double)
Draws an outline of a pie section defined by a circle specified by a center PointD and a radius.
public override void DrawPie(Pen pen, PointD center, double radius, double startAngle, double sweepAngle)
Parameters
penPenPen that determines the color, width, and style of the pie section.
centerPointDPointD structure that defines the center of the circle.
radiusdoubleDefines the radius of the circle.
startAngledoubleAngle in degrees measured clockwise from the x-axis to the first side of the pie section.
sweepAngledoubleAngle in degrees measured clockwise from the startAngle parameter to the second side of the pie section.