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, Point[] points, XFillMode fillmode, double tension )
Parameters
- pen
- Type: PdfEdit.Drawing.XPen
- brush
- Type: PdfEdit.Drawing.XBrush
- points
- Type:System.Drawing.Point[]
- fillmode
- Type: PdfEdit.Drawing.XFillMode
- tension
- Type: System.Double
See Also