void xtd::drawing::drawing_2d::graphics_path::add_pie | ( | const xtd::drawing::rectangle & | rect, |
float | start_angle, | ||
float | sweep_angle | ||
) |
Adds the outline of a pie shape to this path.
rect | A xtd::drawing::rectangle that represents the bounding rectangle that defines the ellipse from which the pie is drawn. |
start_angle | The starting angle for the pie section, measured in degrees clockwise from the x-axis. |
sweep_angle | The angle between start_angle and the end of the pie section, measured in degrees clockwise from start_angle. |