Draws a Bézier spline defined by four points.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Parameters
- pen
- Type: PdfEdit.DrawingXPen
- pt1
- Type: System.DrawingPoint
- pt2
- Type: System.DrawingPoint
- pt3
- Type: System.DrawingPoint
- pt4
- Type: System.DrawingPoint
See Also