LinearRing.LinearRing
LinearRing()
Initializes a new instance of the LinearRing class.
See Also
LinearRing(ILineString)
Initializes a new instance of the LinearRing class.
public LinearRing(ILineString other)
| Parameter | Type | Description |
|---|
| other | ILineString | The other line to copy data from. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | The argument is null. |
See Also
LinearRing(IEnumerable<IPoint>)
Initializes a new instance of the LinearRing class.
public LinearRing(IEnumerable<IPoint> collection)
| Parameter | Type | Description |
|---|
| collection | IEnumerable`1 | The collection of points. |
Exceptions
| exception | condition |
|---|
| ArgumentNullException | The argument is null. |
See Also