Draws a pie shape defined by an ellipse specified by a xtd::drawing::rectangle_f structure and two radial lines.
- Parameters
-
pen | xtd::drawing::pen that determines the color, width, and style of the pie shape. |
rect | xtd::drawing::rectangle_f structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. |
start_angle | Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. |
sweep_angle | Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. |