Parameters
- index
- The index of the point to set. Must be in the range [0, Coords.Count - 1] inclusive.
- point
- The point to set. Cannot be null or empty.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The point index is less than zero or greater than or equal to Coords.Count. |
System.ArgumentException | The point is null or empty. |
Target Platforms: Windows 10, Windows 8.1, Windows 7