Click or drag to resize
Pdf Library for .NET

PdfLineElement(PointF, PointF) Constructor

Constructs a pdf line element.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfLineElement(
	PointF start,
	PointF end
)

Parameters

start  PointF
The starting point of the line.
end  PointF
The ending point of the line.
See Also