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: 26.2
Syntax
public PdfPolygonElement(
	PointF[] points
)

Parameters

points  PointF
The points to be connected to form the polygon.
See Also