Click or drag to resize

PolygonElement Constructor

Constructs a polygon element

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public PolygonElement(
	PointF[] points
)

Parameters

points  PointF
The points to be connected
See Also