PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawBezier Method (Double, Double, Double, Double, Double, Double) |
Draw Bezier cubic path
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void DrawBezier( double X1, double Y1, double X2, double Y2, double X3, double Y3 )
Parameters
- X1
- Type: SystemDouble
Point 1 X - Y1
- Type: SystemDouble
Point 1 Y - X2
- Type: SystemDouble
Point 2 X - Y2
- Type: SystemDouble
Point 2 Y - X3
- Type: SystemDouble
Point 3 X - Y3
- Type: SystemDouble
Point 3 Y
