Method MakeLineString
MakeLineString(IList<IPoint>)
Constructs a line string. It's an ordered sequence of connected vertexes. There is no official shape/interface for it yet so we just return IShape.
Declaration
public virtual IShape MakeLineString(IList<IPoint> points)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IPoint> | points |
Returns
Type | Description |
---|---|
IShape |