LineString.Insert method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Geometry.Lines
Assembly Skybrud.Essentials.Maps.dll

Insert(int, Point)

Inserts point at the specified index.

public Void Insert(int index, Point point)

Parameters

index int

The index.

point Point

The point to be added.

Returns