void xtd::drawing::graphics::draw_closed_curve | ( | const pen & | pen, |
const std::vector< xtd::drawing::point > & | points | ||
) |
Draws a closed cardinal spline defined by an array of xtd::drawing::point structures.
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. |