void xtd::drawing::drawing_2d::graphics_path::add_closed_curve | ( | const std::vector< xtd::drawing::point > & | points | ) |
Adds a closed curve to this path. A cardinal spline curve is used because the curve travels through each of the points in the array.
points | An array of xtd::drawing::point structures that represents the points that define the curve. |