XGraphicsDrawCurve Method (XPen, PointF, Int32, Int32, Double)Terminal Works - PDF Printing.Net Library
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,
	PointF[] points,
	int offset,
	int numberOfSegments,
	double tension
)

Parameters

pen
Type: PdfEdit.DrawingXPen
points
Type: System.DrawingPointF
offset
Type: SystemInt32
numberOfSegments
Type: SystemInt32
tension
Type: SystemDouble
See Also

Reference