Click or drag to resize
Pdf Library for .NET

PdfPolygonElement Constructor

Constructs a polygon element.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfPolygonElement(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
The points to be connected to form the polygon.
See Also