void xtd::drawing::drawing_2d::graphics_path::add_beziers | ( | const std::vector< xtd::drawing::point_f > & | points | ) |
Adds a sequence of connected cubic Bézier curves to the current figure.
points | An array of xtd::drawing::point_f structures that represents the points that define the curves. |