xtd 0.2.0
Loading...
Searching...
No Matches

◆ fill_ellipse() [1/4]

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.

Parameters
brushxtd::drawing::brush that determines the characteristics of the fill.
rectxtd::drawing::rectangle structure that represents the bounding rectangle that defines the ellipse.
Remarks
This method fills the interior of an ellipse with a xtd::drawing::brush. The ellipse is defined by the bounding rectangle represented by the rect parameter.
Examples
fill_ellipse.cpp, fill_rectangle.cpp, fill_rounded_rectangle.cpp, and graphics.cpp.