void xtd::drawing::drawing_2d::graphics_path::add_curve | ( | const std::vector< xtd::drawing::point > & | points, |
float | tension | ||
) |
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. |
tension | A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results. |