XGraphicsPathAddBezier Method (PointF, PointF, PointF, PointF)Terminal Works - PDF Printing.Net Library
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(
	PointF pt1,
	PointF pt2,
	PointF pt3,
	PointF pt4
)

Parameters

pt1
Type: System.DrawingPointF
pt2
Type: System.DrawingPointF
pt3
Type: System.DrawingPointF
pt4
Type: System.DrawingPointF
See Also

Reference