void xtd::drawing::graphics::draw_closed_curve | ( | const pen & | pen, |
const std::vector< xtd::drawing::point > & | points, | ||
float | tension | ||
) |
Draws a closed cardinal spline defined by an array of xtd::drawing::point 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 structures that define the spline. |
tension | alue greater than or equal to 0.0F that specifies the tension of the curve. |