ExpertPdf Html to Pdf Converter Library
BezierCurveElement Constructor (x1, y1, x2, y2, x3, y3, x4, y4)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentBezierCurveElementBezierCurveElement(Single, Single, Single, Single, Single, Single, Single, Single)
ExpertPdf Html to Pdf Converter Library
Constructs a Bezier curve element
Declaration Syntax
C#Visual BasicVisual C++
public BezierCurveElement(
	float x1,
	float y1,
	float x2,
	float y2,
	float x3,
	float y3,
	float x4,
	float y4
)
Public Sub New ( 
	x1 As Single,
	y1 As Single,
	x2 As Single,
	y2 As Single,
	x3 As Single,
	y3 As Single,
	x4 As Single,
	y4 As Single
)
public:
BezierCurveElement(
	float x1, 
	float y1, 
	float x2, 
	float y2, 
	float x3, 
	float y3, 
	float x4, 
	float y4
)
Parameters
x1 (Single)
The first point X coordinate
y1 (Single)
The first point Y coordinate
x2 (Single)
The second point X coordinate
y2 (Single)
The second point Y coordinate
x3 (Single)
The third point X coordinate
y3 (Single)
The third point Y coordinate
x4 (Single)
The fourth point X coordinate
y4 (Single)
The fourth point Y coordinate

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)