void xtd::drawing::graphics::draw_curve | ( | const pen & | pen, |
const std::vector< xtd::drawing::point_f > & | points, | ||
float | tension | ||
) |
Draws a cardinal spline through a specified array of xtd::drawing::point_f structures using a specified tension.
pen | xtd::drawing::pen that determines the color, width, and style of the curve. |
points | Array of xtd::drawing::point_f structures that define the spline. |
tension | Value greater than or equal to 0.0F that specifies the tension of the curve. |