void xtd::drawing::graphics::fill_closed_curve | ( | const xtd::drawing::brush & | brush, |
const std::vector< xtd::drawing::point > & | points | ||
) |
Fills the interior of a closed cardinal spline curve defined by an array of xtd::drawing::point structures.
brush | A xtd::drawing::brush that determines the characteristics of the fill. |
points | Array of xtd::drawing::point structures that define the spline. |