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