Parameters
- coordinates
- The enumeration of points from which the curve will be constructed. Four points must be supplied.
- spatialReference
- (Optional) The spatial reference. The default value is null.
Exception | Description |
---|---|
System.ArgumentException | Four points are required for a cubic bezier. |
System.ArgumentNullException | coordinates is null or one of the 4 coordinates is empty. |
Target Platforms: Windows 11, Windows 10