PdfContents.DrawBezier Method (PointD, PointD, PointD)

PDF File Writer

PdfContentsDrawBezier Method (PointD, PointD, PointD)

Draw Bezier cubic path

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DrawBezier(
	PointD P1,
	PointD P2,
	PointD P3
)

Parameters

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