PdfContents.DrawBezierNoP2 Method (PointD, PointD)

PDF File Writer

PdfContentsDrawBezierNoP2 Method (PointD, PointD)

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

Parameters

P1
Type: PdfFileWriterPointD
Point 1
P3
Type: PdfFileWriterPointD
Point 3
See Also