HiQPdf Library for .NET Help
C#
Show/Hide TOC
Pdf
Path
Add
Line Method
Add a line segment to path
Definition
Namespace:
HiQPdf
Assembly:
HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
C#
Copy
public
void
AddLine
(
PointF
end
)
Parameters
end
PointF
The line segment end point
See Also
Reference
PdfPath Class
HiQPdf Namespace
In This Article
Definition
See Also