Click or drag to resize

PolygonAddPoint Method

Adds a point after the last in the polygon.

Namespace: Poly2Tri
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddPoint(
	PolygonPoint p
)

Parameters

p  PolygonPoint
The point to add
See Also