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 abstract void DrawArc(Pen pen, PointD center, double radius, double startAngle, double sweepAngle)
Parameters
pen
PenPen that determines the color, width, and style of the arc.
center
PointDPointD structure that defines the center of the circle.
radius
doubleDefines the radius of the circle.
startAngle
doubleAngle in degrees measured clockwise from the x-axis to the starting point of the arc.
sweepAngle
doubleAngle in degrees measured clockwise from the
startAngle
parameter to ending point of the arc.