PathElementAddBezierCurveSegment Method

Adds a Bezier curve to path

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void AddBezierCurveSegment(
	PointF startPoint,
	PointF directionPoint,
	PointF endPoint
)

Parameters

startPoint  PointF
The Bezier curve segment start point
directionPoint  PointF
The Bezier curve segment direction point
endPoint  PointF
The Bezier curve segment end point

See Also