Click or drag to resize

LineString Constructor (Point)

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

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

Parameters

points
Type: Cassandra.GeometryPoint
See Also