Link Search Menu Expand Document

PathAddPolygon Method

Append the closed polygon to this path.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void AddPolygon(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
The points of the polygon.
See Also

Reference