PdfLineElement Constructor

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

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
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