HiQPdf Documentation

PdfPolygon Constructor

HiQPdf Client for .NET Core
Constructs a PDF polygon with the given points

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfPolygon(
	PointFloat[] points
)

Parameters

points
Type: HiQPdfClientPointFloat
The polygon points
See Also

Reference