HiQPdf Documentation

PdfPathAddLine Method

HiQPdf Client for .NET Core
Add a line segment to path

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void AddLine(
	PointFloat end
)

Parameters

end
Type: HiQPdfClientPointFloat
The line segment end point
See Also

Reference