Parameters
- index
- The index of the point to modify. Must be in the range [0, Coordinate2Ds.Count - 1] inclusive.
- x
- The X-value to set.
- y
- The Y-value to set.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The point index is < 0 or the point index is >= Coordinate2Ds.Count. |
Target Platforms: Windows 11, Windows 10