ILineString Interface

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Geometry.Lines
Assembly Skybrud.Essentials.Maps.dll
Visibility Public
Interfaces ILineBase, IGeometry

Interface representing a line string (also referred to as a polyline).

public interface ILineString : ILineBase, IGeometry { }

Properties

Type Name Summary
Array of IPoint Points

Gets the array of points making up the line string.