XGraphicsPathAddBezier Method (Point, Point, Point, Point)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.1.1.0 (5.1.1.0)
Syntax

public void AddBezier(
	Point pt1,
	Point pt2,
	Point pt3,
	Point pt4
)

Parameters

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

Reference