BezierCurveElement(Single, Single, Single, Single, Single, Single, Single, Single) Constructor

Constructs a Bezier curve element

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
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

See Also