public void QueryCoords( out MapPoint startPt, out Coordinate2D controlPt1, out Coordinate2D controlPt2, out MapPoint endPt )
Public Sub QueryCoords( _ ByRef startPt As MapPoint, _ ByRef controlPt1 As Coordinate2D, _ ByRef controlPt2 As Coordinate2D, _ ByRef 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.