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

◆ fill_path()

void xtd::drawing::graphics::fill_path ( const xtd::drawing::brush brush,
const xtd::drawing::drawing_2d::graphics_path path 
)

Fills the interior of a xtd::drawing::drawing_2d::graphics_path.

Parameters
brushxtd::drawing::brush that determines the characteristics of the fill.
pathxtd::drawing::drawing_2d::graphics_path that represents the path to fill.
Remarks
A xtd::drawing::drawing_2d::graphics_path consists of a series of line and curve segments. If the path represented by the path parameter is not closed, an additional segment is added from the last point to the first point to close the path.