HiQPdf Documentation

PdfLine Constructor (PointFloat, PointFloat)

HiQPdf Client for .NET Core
Constructs a PDF line between two given points

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

public PdfLine(
	PointFloat pt1,
	PointFloat pt2
)

Parameters

pt1
Type: HiQPdfClientPointFloat
The first point to connect
pt2
Type: HiQPdfClientPointFloat
The second point to connnect
See Also

Reference