Winnovative Excel to PDF Converter

PathElementAddBezierCurveSegment Method

Winnovative Excel to PDF Converter Documentation
Adds a Bezier curve to path

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

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

Parameters

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

Reference