void xtd::drawing::drawing_2d::graphics_path::add_curve | ( | const std::vector< xtd::drawing::point > & | points | ) |
Adds a spline curve to the current figure.
Adds a spline curve to the current figure.
points | An array of xtd::drawing::point_f structures that represents the points that define the curve. |