Interface ILineString

ILineString interface

A multi-vertex curve with linear interpolation between points.

public interface ILineString : ICurve, IEquatable<ILineString>, IReadOnlyList<IPoint>

Methods

NameDescription
ToEditable()Gets an editable copy of this geometry.

See Also