PdfPathAddBezierCurve Method
Add a Bezier curve segment to path
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public void AddBezierCurve(
PointF start,
PointF direction,
PointF end
)
Public Sub AddBezierCurve (
start As PointF,
direction As PointF,
end As PointF
)
public:
void AddBezierCurve(
PointF start,
PointF direction,
PointF end
)
member AddBezierCurve :
start : PointF *
direction : PointF *
end : PointF -> unit
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