PdfPolygonElement(IEnumerablePdfPointF) Constructor

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

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfPolygonElement(
	IEnumerable<PdfPointF> points
)

Parameters

points  IEnumerablePdfPointF
The ordered list of polygon vertices

See Also