HiQPdf Documentation

PdfLine Constructor (PointF, PointF)

Quickly Create High Quality PDFs
Constructs a PDF line between two given points

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfLine(
	PointF pt1,
	PointF pt2
)

Parameters

pt1
Type: System.DrawingPointF
The first point to connect
pt2
Type: System.DrawingPointF
The second point to connnect
See Also

Reference