void xtd::drawing::graphics::draw_beziers | ( | const pen & | pen, |
const std::vector< xtd::drawing::point_f > & | points | ||
) |
Draws a series of Bézier splines from an 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 represent the points that determine the curve. The number of points in the array should be a multiple of 3 plus 1, such as 4, 7, or 10. |