PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawBezierNoP1 Method (Double, Double, Double, Double) |
Draw Bezier cubic path (P1 is the same as current point)
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

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