Method FillPie
FillPie(Brush, PointD, double, double, double)
Fills the interior of a pie section defined by a circle specified by a center PointD and a radius.
public override void FillPie(Brush brush, PointD center, double radius, double startAngle, double sweepAngle)Parameters
- brushBrush
- Brush that determines the characteristics of the fill. 
- 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 first side of the pie section. 
- sweepAngledouble
- Angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section.