void xtd::drawing::graphics::fill_closed_curve | ( | const xtd::drawing::brush & | brush, |
const std::vector< xtd::drawing::point_f > & | points, | ||
xtd::drawing::drawing_2d::fill_mode | fill_mode | ||
) |
Fills the interior of a closed cardinal spline curve defined by an array of xtd::drawing::point_f structures using the specified fill mode.
brush | A xtd::drawing::brush that determines the characteristics of the fill. |
points | Array of xtd::drawing::point_f structures that define the spline. |
fill_mode | Member of the xtd::drawing::drawing_2d::fill_mode enumeration that determines how the curve is filled. |