Click or drag to resize

PolygonAddPoints Method

Inserts list (after last point in polygon?)

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AddPoints(
	IEnumerable<PolygonPoint> list
)

Parameters

list  IEnumerablePolygonPoint
The points to add.
See Also