EVO PDF Logo

PathElementAddBezierCurveSegment Method

EVO PDF Client for .NET Core
Adds a Bezier curve to path

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public void AddBezierCurveSegment(
	PointFloat startPoint,
	PointFloat directionPoint,
	PointFloat endPoint
)

Parameters

startPoint
Type: EvoPdfClientPointFloat
The Bezier curve segment start point
directionPoint
Type: EvoPdfClientPointFloat
The Bezier curve segment direction point
endPoint
Type: EvoPdfClientPointFloat
The Bezier curve segment end point
See Also

Reference