HiQPdf Documentation

PdfPathAddLine Method

Quickly Create High Quality PDFs
Add a line segment to path

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

public void AddLine(
	PointF end
)

Parameters

end
Type: System.DrawingPointF
The line segment end point
See Also

Reference