PathAddCurveTo Method (PointF, PointF, PointF)ByteScout PDF SDK
Append a cubic Bézier curve to the current path.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public void AddCurveTo(
	PointF pt1,
	PointF pt2,
	PointF pt3
)

Parameters

pt1
Type: System.DrawingPointF
The first control point.
pt2
Type: System.DrawingPointF
The second control point.
pt3
Type: System.DrawingPointF
The endpoint.
See Also

Reference