[]
Adds a spline curve to the current figure. A cardinal spline curve is used because the curve travels through each of the points in the array.
public void AddCurve(PointF[] points, float tension)
| Type | Name | Description |
|---|---|---|
| PointF[] | points | An array of PointF structures that represents the points that define the curve. |
| float | tension | A value that specifies the amount that the curve bends between control points. |