XGraphicsDrawCurve Method (XPen, PointF, Double)Terminal Works - PDF Printing.Net Library
Draws a cardinal spline through a specified array of points using a specified tension.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public void DrawCurve(
	XPen pen,
	PointF[] points,
	double tension
)

Parameters

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

Reference