Click or drag to resize

LineElement Constructor

Constructs a line element

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public LineElement(
	float startX,
	float startY,
	float endX,
	float endY
)

Parameters

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