PdfContents.DrawBezierNoP1 Method (PointD, PointD)

PDF File Writer

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)
Syntax
C#
public void DrawBezierNoP1(
	PointD P2,
	PointD P3
)

Parameters

P2
Type: PdfFileWriterPointD
Point 2
P3
Type: PdfFileWriterPointD
Point 3
See Also