PolygonInsertPointAfter Method |
Inserts newPoint after point.
Namespace: Poly2TriAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void InsertPointAfter(
PolygonPoint point,
PolygonPoint newPoint
)
Parameters
- point PolygonPoint
- The point to insert after in the polygon
- newPoint PolygonPoint
- The point to insert into the polygon
See Also