void xtd::drawing::drawing_2d::graphics_path::add_arc | ( | const xtd::drawing::rectangle_f & | rect, |
float | start_angle, | ||
float | sweep_angle | ||
) |
Appends an elliptical arc to the current figure.
rect | A xtd::drawing::rectangle_f that represents the rectangular bounds of the ellipse from which the arc is taken. |
start_angle | The starting angle of the arc, measured in degrees clockwise from the x-axis. |
sweep_angle | The angle between start_angle and the end of the arc. |