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.
brush | xtd::drawing::brush that determines the characteristics of the fill. |
path | xtd::drawing::drawing_2d::graphics_path that represents the path to fill. |