PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawBezierNoP1 Method (PointD, PointD) |
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( PointD P2, PointD P3 )
Parameters
- P2
- Type: PdfFileWriterPointD
Point 2 - P3
- Type: PdfFileWriterPointD
Point 3
