Draws a cardinal spline through a specified array of xtd::drawing::point_f structures using a specified tension. The drawing begins offset from the beginning of the array.
- Parameters
-
pen | xtd::drawing::pen that determines the color, width, and style of the curve. |
points | Array of xtd::drawing::point_f structures that define the spline. |
offset | Offset from the first element in the array of the points parameter to the starting point in the curve. |
number_of_segments | Number of segments after the starting point to include in the curve. |
tension | Value greater than or equal to 0.0F that specifies the tension of the curve. |