Overload | Description |
---|---|
CreateCubicBezierSegment(CubicBezierSegment,SpatialReference) | Convenience method to create a new instance of the CubicBezierSegment class from the four control points of a cubic bezier. |
CreateCubicBezierSegment(MapPoint,Coordinate2D,Coordinate2D,MapPoint,SpatialReference) | Convenience method to create a new instance of the CubicBezierSegment class from four control points. |
CreateCubicBezierSegment(MapPoint,MapPoint,MapPoint,MapPoint,SpatialReference) | Convenience method to create a new instance of the CubicBezierSegment class from four control points. |
CreateCubicBezierSegment(Coordinate2D,Coordinate2D,Coordinate2D,Coordinate2D,SpatialReference) | Convenience method to create a new instance of the CubicBezierSegment class from four control points. |
CreateCubicBezierSegment(IEnumerable<MapPoint>,SpatialReference) | Convenience method to create a new instance of the CubicBezierSegment class from four control points. |
CreateCubicBezierSegment(IEnumerable<Coordinate2D>,SpatialReference) | Convenience method to create a new instance of the CubicBezierSegment class from four control points. |