Click or drag to resize
Pdf Library for .NET

PdfLineElement(Single, Single, Single, Single) Constructor

Constructs a pdf line element.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfLineElement(
	float startX,
	float startY,
	float endX,
	float endY
)

Parameters

startX  Single
The start position X coordinate.
startY  Single
The start position Y coordinate.
endX  Single
The end position X coordinate.
endY  Single
The end position Y coordinate.
See Also