XGraphicsDrawCurve Method (XPen, PointF, Int32, Int32)Terminal Works - PDF Printing.Net Library
Draws a cardinal spline through a specified array of point. 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
)

Parameters

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

Reference