void xtd::drawing::graphics::fill_ellipse | ( | const xtd::drawing::brush & | brush, |
const xtd::drawing::rectangle & | rect | ||
) |
Fills the interior of an ellipse defined by a bounding rectangle specified by a xtd::drawing::rectangle structure.
brush | xtd::drawing::brush that determines the characteristics of the fill. |
rect | xtd::drawing::rectangle structure that represents the bounding rectangle that defines the ellipse. |