Overload | Description |
---|---|
CubicBezierBuilderEx Constructor(CubicBezierSegment,SpatialReference) | Creates a new instance of the CubicBezierBuilderEx class from another cubic bezier segment. |
CubicBezierBuilderEx Constructor(MapPoint,Coordinate2D,Coordinate2D,MapPoint,SpatialReference) | Creates a new instance of the CubicBezierBuilderEx class from four control points. |
CubicBezierBuilderEx Constructor(MapPoint,MapPoint,MapPoint,MapPoint,SpatialReference) | Creates a new instance of the CubicBezierBuilderEx class from four control points. |
CubicBezierBuilderEx Constructor(Coordinate2D,Coordinate2D,Coordinate2D,Coordinate2D,SpatialReference) | Creates a new instance of the CubicBezierBuilderEx class from four control points. |
CubicBezierBuilderEx Constructor(IEnumerable<MapPoint>,SpatialReference) | Creates a new instance of the CubicBezierBuilderEx class from a set of points. Four points must be supplied. |
CubicBezierBuilderEx Constructor(IEnumerable<Coordinate2D>,SpatialReference) | Creates a new instance of the CubicBezierBuilderEx class from a set of coordinates. Four coordinates must be supplied. |