Overload | Description |
---|---|
CubicBezierBuilder Constructor(CubicBezierSegment) | Creates a new instance of the CubicBezierBuilder class from another cubic bezier segment. This method must be called on the MCT. Use QueuedTask.Run. |
CubicBezierBuilder Constructor(MapPoint,MapPoint,MapPoint,MapPoint) | Creates a new instance of the CubicBezierBuilder class from four control points. This method must be called on the MCT. Use QueuedTask.Run. |
CubicBezierBuilder Constructor(MapPoint,Coordinate2D,Coordinate2D,MapPoint) | Creates a new instance of the CubicBezierBuilder class from four control points. This method must be called on the MCT. Use QueuedTask.Run. |
CubicBezierBuilder Constructor(Coordinate2D,Coordinate2D,Coordinate2D,Coordinate2D,SpatialReference) | Creates a new instance of the CubicBezierBuilder class from four control points. This method must be called on the MCT. Use QueuedTask.Run. |
CubicBezierBuilder Constructor(IEnumerable<MapPoint>) | Creates a new instance of the CubicBezierBuilder class from a set of points. Four points must be supplied. This method must be called on the MCT. Use QueuedTask.Run. |
CubicBezierBuilder Constructor(IEnumerable<Coordinate2D>,SpatialReference) | Creates a new instance of the CubicBezierBuilder class from a collection of coordinates. 4 coordinates must be supplied. This method must be called on the MCT. Use QueuedTask.Run. |