void xtd::drawing::graphics::fill_closed_curve | ( | const xtd::drawing::brush & | brush, |
const std::vector< xtd::drawing::point > & | points, | ||
xtd::drawing::drawing_2d::fill_mode | fill_mode, | ||
float | tension | ||
) |
Fills the interior of a closed cardinal spline curve defined by an array of xtd::drawing::point structures using the specified fill mode and tension.
brush | A xtd::drawing::brush that determines the characteristics of the fill. |
points | Array of xtd::drawing::point structures that define the spline. |
fill_mode | Member of the xtd::drawing::drawing_2d::fill_mode enumeration that determines how the curve is filled. |
tension | Value greater than or equal to 0.0F that specifies the tension of the curve. |