HiQPdf Library for .NET Help
C#
Show/Hide TOC
Pdf
Polygon(
Point
F
) Constructor
Constructs a PDF polygon with the given points
Definition
Namespace:
HiQPdf
Assembly:
HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
C#
Copy
public
PdfPolygon
(
PointF
[]
points
)
Parameters
points
PointF
The polygon points
See Also
Reference
PdfPolygon Class
PdfPolygon Overload
HiQPdf Namespace
In This Article
Definition
See Also