public CubicBezierBuilder( Coordinate2D startPt, Coordinate2D controlPt1, Coordinate2D controlPt2, Coordinate2D endPt, SpatialReference spatialReference )
Public Function New( _ ByVal startPt As Coordinate2D, _ ByVal controlPt1 As Coordinate2D, _ ByVal controlPt2 As Coordinate2D, _ ByVal endPt As Coordinate2D, _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- startPt
- The point from which the curve starts.
- controlPt1
- Control point 1 of the cubic bezier.
- controlPt2
- Control point 2 of the cubic bezier.
- endPt
- The point at which the curve ends.
- spatialReference
- (Optional) The spatial reference. The default value is null.