PdfPolygonElement(PdfPointF) 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(
	params PdfPointF[] points
)

Parameters

points  PdfPointF
The ordered vertices of the polygon

See Also