- points
An array of System.Drawing.Point structures that represents the points that define the curve.
- offset
The index of the element in the points array that is used as the first point in the curve.
- numberOfSegments
A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results.
- tension
A value that specifies the amount that the curve bends between control points. Values greater than 1 produce unpredictable results.
The user must keep the original points if they are needed. The original points are converted to cubic Bézier control points internally, therefore there is no mechanism for returning the original points.
The curve begins at the point in the array specified by the offset parameter and includes the number of points (segments) specified by numberOfSegments.