Adds a cubic Bézier curve to the current figure.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public void AddBezier( double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4 )
Parameters
- x1
- Type: SystemDouble
- y1
- Type: SystemDouble
- x2
- Type: SystemDouble
- y2
- Type: SystemDouble
- x3
- Type: SystemDouble
- y3
- Type: SystemDouble
- x4
- Type: SystemDouble
- y4
- Type: SystemDouble
See Also