PdfPath Constructor

Constructs a PDF path

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfPath(
	PointF start
)

Parameters

start  PointF
The path start point

See Also