Constructs a line element

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public LineElement(
	float startX,
	float startY,
	float endX,
	float endY
)
Visual Basic
Public Sub New ( 
	startX As Single,
	startY As Single,
	endX As Single,
	endY As Single
)
Visual C++
public:
LineElement(
	float startX, 
	float startY, 
	float endX, 
	float endY
)

Parameters

startX
Type: System..::..Single
The start X coordinate
startY
Type: System..::..Single
The start Y coordinate
endX
Type: System..::..Single
The end X coordinate
endY
Type: System..::..Single
The end Y coordinate

See Also