LineElement Constructor

Constructs a line element

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
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