Constructs a Bezier curve element
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public BezierCurveElement( float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4 ) |
| Visual Basic |
|---|
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 ) |
| Visual C++ |
|---|
public: BezierCurveElement( float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4 ) |
Parameters
- x1
- Type: System..::..Single
The first point X coordinate
- y1
- Type: System..::..Single
The first point Y coordinate
- x2
- Type: System..::..Single
The second point X coordinate
- y2
- Type: System..::..Single
The second point Y coordinate
- x3
- Type: System..::..Single
The third point X coordinate
- y3
- Type: System..::..Single
The third point Y coordinate
- x4
- Type: System..::..Single
The fourth point X coordinate
- y4
- Type: System..::..Single
The fourth point Y coordinate