Adds a spline curve to the current figure.
- Parameters
-
points | An array of xtd::drawing::point_f structures that represents the points that define the curve. |
offset | he index of the element in the points array that is used as the first point in the curve. |
number_of_segments | The number of segments used to draw the curve. A segment can be thought of as a line connecting two points. |
tension | A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results. |