Draws a cardinal spline through a specified array of System.Drawing.Point structures.
- pen
- System.Drawing.Pen that determines the color, width, and height of the curve.
- points
- Array of System.Drawing.Point structures that define the spline.
This method draws a cardinal spline that passes through each point in the array.
The array of points must contain at least three System.Drawing.Point structures for a curve to be drawn.
This method uses a default tension of 0.5.