PathElementAddBezierCurveSegment Method

Adds a Bezier curve to path

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void AddBezierCurveSegment(
	PointFloat startPoint,
	PointFloat directionPoint,
	PointFloat endPoint
)

Parameters

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

See Also