PdfPathAddBezierCurve Method
Add a Bezier curve segment to path
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public void AddBezierCurve(
PointF start,
PointF direction,
PointF end
)
Parameters
- start PointF
- Point 1 of Bezier curve segment
- direction PointF
- Point 2 of Bezier curve segment
- end PointF
- Point 3 of Bezier curve segment