void xtd::drawing::graphics::draw_ellipse | ( | const xtd::drawing::pen & | pen, |
const xtd::drawing::rectangle & | rect | ||
) |
Draws an ellipse specified by a bounding xtd::drawing::rectangle structure.
pen | xtd::drawing::pen that determines the color, width, and style of the ellipse. |
rect | xtd::drawing::rectangle structure that defines the boundaries of the ellipse. |