LineString.Remove method
Version 1.0.0-beta002
.NET Framework 4.7
Namespace | Skybrud.Essentials.Maps.Geometry.Lines |
---|---|
Assembly | Skybrud.Essentials.Maps.dll |
Remove(IPoint)
Removes the specified point
from the line string.
public Void Remove(IPoint point)
Parameters
point
IPoint
The point to be removed.