Click or drag to resize

LineString Constructor (Point)

Creates a new instance of LineString using a sequence of points.

Namespace:  Dse.Geometry
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public LineString(
	params Point[] points
)

Parameters

points
Type: Dse.GeometryPoint
See Also