ExpertPdf Html to Pdf Converter Library
LineElement Constructor (startX, startY, endX, endY)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentLineElementLineElement(Single, Single, Single, Single)
ExpertPdf Html to Pdf Converter Library
Constructs a line element
Declaration Syntax
C#Visual BasicVisual C++
public LineElement(
	float startX,
	float startY,
	float endX,
	float endY
)
Public Sub New ( 
	startX As Single,
	startY As Single,
	endX As Single,
	endY As Single
)
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

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)