void xtd::drawing::graphics::draw_bezier | ( | const xtd::drawing::pen & | pen, |
const xtd::drawing::point_f & | pt1, | ||
const xtd::drawing::point_f & | pt2, | ||
const xtd::drawing::point_f & | pt3, | ||
const xtd::drawing::point_f & | pt4 | ||
) |
Draws a Bézier spline defined by four Point structures.
pen | xtd::drawing::pen structure that determines the color, width, and style of the curve. |
pt1 | xtd::drawing::point structure that represents the starting point of the curve. |
pt2 | xtd::drawing::point structure that represents the first control point for the curve. |
pt3 | xtd::drawing::point structure that represents the second control point for the curve. |
pt4 | xtd::drawing::point structure that represents the ending point of the curve. |