PdfPath Constructor

Constructs a PDF path

Definition

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

Parameters

start  PointFloat
The path start point

See Also