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.

Returns

Remove(int)

Removes the point at index.

public Void Remove(int index)

Parameters

index int

The index of the point to be removed.

Returns