HiQPdf Documentation

PdfPathAddBezierCurve Method

Quickly Create High Quality PDFs
Add a Bezier curve segment to path

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public void AddBezierCurve(
	PointF start,
	PointF direction,
	PointF end
)

Parameters

start
Type: System.DrawingPointF
Point 1 of Bezier curve segment
direction
Type: System.DrawingPointF
Point 2 of Bezier curve segment
end
Type: System.DrawingPointF
Point 3 of Bezier curve segment
See Also

Reference