LineString.Add method

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

Add(IPoint)

Adds point to the line string.

public Void Add(IPoint point)

Parameters

point IPoint

The point to be added.

Returns