XGraphicsDrawBezier Method (XPen, Double, Double, Double, Double, Double, Double, Double, Double)Terminal Works - PDF Printing.Net Library
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

public void DrawBezier(
	XPen pen,
	double x1,
	double y1,
	double x2,
	double y2,
	double x3,
	double y3,
	double x4,
	double y4
)

Parameters

pen
Type: PdfEdit.DrawingXPen
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

Reference