PdfLine(PointFloat, PointFloat) Constructor

Constructs a PDF line between two given points

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfLine(
	PointFloat pt1,
	PointFloat pt2
)

Parameters

pt1  PointFloat
The first point to connect
pt2  PointFloat
The second point to connnect

See Also