|
PdfPolygonElement Constructor |
Constructs a polygon element.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfPolygonElement(
PointF[] points
)
Public Sub New (
points As PointF()
)
Parameters
- points
- Type: System.DrawingPointF
The points to be connected to form the polygon.
See Also