Click or drag to resize

PdfCanvas DrawBezier Method (PdfPen, PointF, PointF, PointF, PointF)

Draws a bezier curve.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DrawBezier(
	PdfPen pen,
	PointF startPoint,
	PointF firstControlPoint,
	PointF secondControlPoint,
	PointF endPoint
)

Parameters

pen
Type: Spire.Pdf.Graphics PdfPen
The pen.
startPoint
Type: System.Drawing PointF
The start point.
firstControlPoint
Type: System.Drawing PointF
The first control point.
secondControlPoint
Type: System.Drawing PointF
The second control point.
endPoint
Type: System.Drawing PointF
The end point.
See Also