void xtd::drawing::graphics::draw_arc | ( | const xtd::drawing::pen & | pen, |
const xtd::drawing::rectangle & | rect, | ||
float | start_angle, | ||
float | sweep_angle | ||
) |
Draws an arc representing a portion of an ellipse specified by a xtd::drawing::rectangle structure.
pen | xtd::drawing::pen that determines the color, width, and style of the arc. |
rect | xtd::drawing::rectangle structure that defines the boundaries of the ellipse. |
start_angle | Angle in degrees measured clockwise from the x-axis to the starting point of the arc. |
sweep_angle | Angle in degrees measured clockwise from the start_angle parameter to ending point of the arc. |