Click or drag to resize

PolygonHoles Property

Gets the holes contained in this polygon.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IList<Polygon> Holes { get; }

Property Value

IListPolygon
See Also