Interface ILineString
ILineString interface
A multi-vertex curve with linear interpolation between points.
public interface ILineString : ICurve, IEquatable<ILineString>, IReadOnlyList<IPoint>
Methods
Name | Description |
---|---|
ToEditable() | Gets an editable copy of this geometry. |
See Also
- interface ICurve
- interface IPoint
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS