PolygonSet(Polygon) Constructor |
Initializes a new instance of the
PolygonSet class with the specified polygon.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PolygonSet(
Polygon poly
)
Parameters
- poly Polygon
- The polygon to add initially.
See Also