public void SetCoords( MapPoint startPt, Coordinate2D controlPt1, Coordinate2D controlPt2, MapPoint endPt )
Public Sub SetCoords( _ ByVal startPt As MapPoint, _ ByVal controlPt1 As Coordinate2D, _ ByVal controlPt2 As Coordinate2D, _ ByVal endPt As MapPoint _ )
Parameters
- startPt
- The start point.
- controlPt1
- Control point 1 of the cubic bezier.
- controlPt2
- Control point 2 of the cubic bezier.
- endPt
- The end point.