Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines.
- Parameters
-
brush | xtd::drawing::brush that determines the characteristics of the fill. |
x | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. |
y | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. |
width | Width of the bounding rectangle that defines the ellipse from which the pie section comes. |
height | Height of the bounding rectangle that defines the ellipse from which the pie section comes. |
start_angle | Angle in degrees measured clockwise from the x-axis to the first side of the pie section. |
sweep_angle | Angle in degrees measured clockwise from the start_angle parameter to the second side of the pie section. |