XGraphicsDrawClosedCurve Method (XPen, XBrush, XPoint)Terminal Works - PDF Printing.Net Library
Draws a closed cardinal spline defined by an array of points.

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

public void DrawClosedCurve(
	XPen pen,
	XBrush brush,
	XPoint[] points
)

Parameters

pen
Type: PdfEdit.DrawingXPen
brush
Type: PdfEdit.DrawingXBrush
points
Type: PdfEdit.DrawingXPoint
See Also

Reference