public void SetCoords( MapPoint startPoint, Coordinate2D controlPoint1, Coordinate2D controlPoint2, MapPoint endPoint )
Public Sub SetCoords( _ ByVal startPoint As MapPoint, _ ByVal controlPoint1 As Coordinate2D, _ ByVal controlPoint2 As Coordinate2D, _ ByVal endPoint As MapPoint _ )
Parameters
- startPoint
- The start point.
- controlPoint1
- Control point 1 of the cubic bezier.
- controlPoint2
- Control point 2 of the cubic bezier.
- endPoint
- The end point.