PdfPolygonElement(PdfPointF) Constructor

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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfPolygonElement(
	params PdfPointF[] points
)

Parameters

points  PdfPointF
The ordered vertices of the polygon

See Also