PdfLine(PointFloat, PointFloat) Constructor
Constructs a PDF line between two given points
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public PdfLine(
PointFloat pt1,
PointFloat pt2
)
Parameters
- pt1 PointFloat
- The first point to connect
- pt2 PointFloat
- The second point to connnect