Quickly Create High Quality PDFs
C#
VB
C++
F#
Show/Hide TOC
Pdf
Polygon Constructor
Constructs an empty polygon. The
SetPolygonPoints(
PointF
)
method must be called after the object creation
Definition
Namespace:
HiQPdf
Assembly:
HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
Copy
public
PdfPolygon
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
PdfPolygon
()
F#
Copy
new
:
unit
->
PdfPolygon
See Also
Reference
PdfPolygon Class
PdfPolygon Overload
HiQPdf Namespace
In This Article
Definition
See Also