public CubicBezierBuilder( IEnumerable<Coordinate2D> coordinates, SpatialReference spatialReference )
Public Function New( _ ByVal coordinates As IEnumerable(Of Coordinate2D), _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- coordinates
- The enumeration of coordinates from which the curve will be constructed. Four coordinates must be supplied.
- spatialReference
- The spatial reference of the curve.