ILine 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 from ILine.A to ILine.B.

public interface ILine : ILineBase, IGeometry { }

Properties

Type Name Summary
IPoint A

Gets the starting point of the line.

IPoint B

Gets the ending point of the line.