EVO HTML to PDF Converter

LineElement Constructor

EVO PDF Client for .NET Documentation
Constructs a line element

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public LineElement(
	float startX,
	float startY,
	float endX,
	float endY
)

Parameters

startX
Type: SystemSingle
The start X coordinate
startY
Type: SystemSingle
The start Y coordinate
endX
Type: SystemSingle
The end X coordinate
endY
Type: SystemSingle
The end Y coordinate
See Also

Reference