Draws a cardinal spline through a specified array of point using a specified tension.
The drawing begins offset from the beginning of the array.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
public void DrawCurve( XPen pen, XPoint[] points, int offset, int numberOfSegments, double tension )
Parameters
- pen
- Type: PdfEdit.Drawing.XPen
- points
- Type:PdfEdit.Drawing.XPoint[]
- offset
- Type: System.Int32
- numberOfSegments
- Type: System.Int32
- tension
- Type: System.Double
See Also