PdfPolygon Constructor

Constructs a PDF polygon with the given points

Definition

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

Parameters

points  PointFloat
The polygon points

See Also