PolygonRemovePoint Method |
Removes a point from the polygon.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void RemovePoint(
PolygonPoint p
)
Parameters
- p PolygonPoint
- The point to remove.
See Also