The XSplinePath type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XSplinePath | 
Methods
| Name | Description | |
|---|---|---|
| Add | 
            Adds vector to the vector collection.
              (Inherited from XPointCollection.) | |
| Clear | Removes all objects from the CollectionBase instance.  | |
| Close | 
            Closes the path by adding a copy of the first path vertex to the last position in the path vertex collection.
              | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.  | |
| GetEnumerator | Returns an enumerator that can iterate through the CollectionBase instance.  | |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  | |
| GetLength | 
            Returns path segment length.
              | |
| GetPoint | Overloaded. | |
| GetTangent | Overloaded. | |
| GetType | Gets the Type of the current instance.  | |
| Insert | 
            Adds vector to the vector collection at the exact position given in the parameter index.
              (Inherited from XPointCollection.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  | |
| OnClear | 
            The method is called by the collection when removing all items from it.
              (Overrides CollectionBase..::.OnClear()()().) | |
| OnClearComplete | Performs additional custom processes after clearing the contents of the CollectionBase instance.  | |
| OnInsert | 
            The method is called by the collection after adding a new item.
              (Overrides CollectionBase..::.OnInsert(Int32, Object).) | |
| OnInsertComplete | Performs additional custom processes after inserting a new element into the CollectionBase instance.  | |
| OnRemove | 
            The method is called by the collection after removing an item.
              (Overrides CollectionBase..::.OnRemove(Int32, Object).) | |
| OnRemoveComplete | Performs additional custom processes after removing an element from the CollectionBase instance.  | |
| OnSet | 
            The method is called by the collection after setting an item.
              (Overrides CollectionBase..::.OnSet(Int32, Object, Object).) | |
| OnSetComplete | Performs additional custom processes after setting a value in the CollectionBase instance.  | |
| OnValidate | 
            This method is called by the collection to validate the item.
              (Inherited from XPointCollection.) | |
| RemoveAt | Removes the element at the specified index of the CollectionBase instance.  | |
| ResetEndTangent | 
            Resets the tangent vector Vector3 in the end point of the line.
              | |
| ResetStartTangent | 
            Resets the tangent vector Vector3 in the start point of the line.
              | |
| SetEndTangent | 
            Sets the tangent vector Vector3 in the end point of the line.
              | |
| SetStartTangent | 
            Sets the tangent vector Vector3 in the start point of the line.
              | |
| ToString | (Inherited from Object.) | |
| Transform | 
            Transforms the path using the given transforming matrix.
              | 
Properties
| Name | Description | |
|---|---|---|
| BendingPower | 
            Gets or sets the path bending power.
              | |
| Count | Gets the number of elements contained in the CollectionBase instance.  | |
| InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance.  | |
| IsClosed | 
            Returns whether the path is closed. Closed path has the start point and the end point the same.
              | |
| IsFlexible | 
            Denotes whether the path is flexible.
              | |
| Item | 
            Gets or sets the vector Vector3 at the position i.
              (Inherited from XPointCollection.) | |
| Length | 
            Returns path length.
              | |
| List | Gets an IList containing the list of elements in the CollectionBase instance.  | |
| SyncRoot | (Inherited from XPointCollection.) |