void xtd::drawing::graphics::draw_curve | ( | const pen & | pen, |
const std::vector< xtd::drawing::point_f > & | points | ||
) |
Draws a cardinal spline through a specified array of xtd::drawing::point_f structures.
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. |