PdfPolygonElement(IEnumerablePdfPointF) Constructor

Initializes a new instance of the PdfPolygonElement class with the specified vertices

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfPolygonElement(
	IEnumerable<PdfPointF> points
)

Parameters

points  IEnumerablePdfPointF
The ordered list of polygon vertices

See Also