|  | 
| PdfPolygonElement Constructor  | 
 
            Constructs a polygon element.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic 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
See Also