EVO HTML to PDF Converter

PathElementAddBezierCurveSegment Method

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

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

Parameters

startPoint
Type: EvoPdf.HtmlToPdfClientPointFloat
The Bezier curve segment start point
directionPoint
Type: EvoPdf.HtmlToPdfClientPointFloat
The Bezier curve segment direction point
endPoint
Type: EvoPdf.HtmlToPdfClientPointFloat
The Bezier curve segment end point
See Also

Reference