FillPie(Brush,RectangleF,Single,Single) Method
In This Topic
Fills a pie shape defined by an ellipse specified by a rectangle structure and two radial lines.
Syntax
Parameters
- brush
- The object that determines the color used to fill the pie shape.
- rc
- The rectangle structure that represents the bounding rectangle of the ellipse that contains the pie shape.
- startAngle
- Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.
- sweepAngle
- Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.
See Also