PdfPathAddBezierCurve Method

Add a Bezier curve segment to path

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
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

See Also