コード例 #1
0
 /// <summary>
 /// Removes the <see cref="Knot"/> at the <paramref name="index"/> position in the collection.
 /// </summary>
 /// <param name="index"></param>
 public void RemoveKnot(int index)
 {
     _splineData.RemoveKnot(index);
 }