PdfLineElement Constructor
Initializes a new instance of the
PdfLineElement class with
the specified endpoints
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
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