XGraphicsDrawCurve Method (XPen, Point, 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.2.1.0 (5.2.1.0)
Syntax

public void DrawCurve(
	XPen pen,
	Point[] points,
	int offset,
	int numberOfSegments,
	double tension
)

Parameters

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

Reference