BezierD Constructor (PointD, PointD, PointD, PointD)

PDF File Writer

BezierD Constructor (PointD, PointD, PointD, PointD)

Bezier constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public BezierD(
	PointD P1,
	PointD P2,
	PointD P3,
	PointD P4
)

Parameters

P1
Type: PdfFileWriterPointD
P1
P2
Type: PdfFileWriterPointD
P2
P3
Type: PdfFileWriterPointD
P3
P4
Type: PdfFileWriterPointD
P4
See Also