Click or drag to resize

PolygonSet(Polygon) Constructor

Initializes a new instance of the PolygonSet class with the specified polygon.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PolygonSet(
	Polygon poly
)

Parameters

poly  Polygon
The polygon to add initially.
See Also