BezierD Constructor (PointD, Double, Double, Double, Double, PointD)

PDF File Writer

BezierD Constructor (PointD, Double, Double, Double, Double, 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,
	double Factor2,
	double Alpha2,
	double Factor3,
	double Alpha3,
	PointD P4
)

Parameters

P1
Type: PdfFileWriterPointD
P1
Factor2
Type: SystemDouble
Factor2
Alpha2
Type: SystemDouble
Alpha2
Factor3
Type: SystemDouble
Factor3
Alpha3
Type: SystemDouble
Alpha3
P4
Type: PdfFileWriterPointD
P4
See Also