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

◆ fill_region()

void xtd::drawing::graphics::fill_region ( const xtd::drawing::brush brush,
const xtd::drawing::region region 
)

Fills the interior of a xtd::drawing::region.

Parameters
brushxtd::drawing::brush that determines the characteristics of the fill.
regionxtd::drawing::region that represents the area to fill.
Remarks
A xtd::drawing::region is composed of rectangles and paths. If the region is not closed, an additional segment is added from the last point to the first point to close it.