PdfPolygon(PointF) Constructor

Constructs a PDF polygon with the given points

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfPolygon(
	PointF[] points
)

Parameters

points  PointF
The polygon points

See Also