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

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