HiQPdf Documentation

PdfBezierCurve Constructor (PointF, PointF, PointF, PointF)

Quickly Create High Quality PDFs
Constructs a bezier curve based on 4 points

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfBezierCurve(
	PointF p1,
	PointF p2,
	PointF p3,
	PointF p4
)

Parameters

p1
Type: System.DrawingPointF
Point 1
p2
Type: System.DrawingPointF
Point 2
p3
Type: System.DrawingPointF
Point 3
p4
Type: System.DrawingPointF
Point 4
See Also

Reference