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