void xtd::drawing::drawing_2d::graphics_path::add_bezier | ( | const xtd::drawing::point & | pt1, |
const xtd::drawing::point & | pt2, | ||
const xtd::drawing::point & | pt3, | ||
const xtd::drawing::point & | pt4 | ||
) |
Adds a cubic Bézier curve to the current figure.
pt1 | A xtd::drawing::point that represents the starting point of the curve. |
pt2 | A xtd::drawing::point that represents the first control point for the curve. |
pt3 | A xtd::drawing::point that represents the second control point for the curve. |
pt4 | A xtd::drawing::point that represents the endpoint of the curve. |