PdfLineElement Constructor

Initializes a new instance of the PdfLineElement class with the specified endpoints

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfLineElement(
	float x1,
	float y1,
	float x2,
	float y2
)

Parameters

x1  Single
The X coordinate of the start point in points
y1  Single
The Y coordinate of the start point in points
x2  Single
The X coordinate of the end point in points
y2  Single
The Y coordinate of the end point in points

See Also