The XSplinePath type exposes the following members.

Methods

  NameDescription
Add
Adds vector to the vector collection.
(Inherited from XPointCollection.)
Clear

Removes all objects from the CollectionBase instance.

(Inherited from CollectionBase.)
Close
Closes the path by adding a copy of the first path vertex to the last position in the path vertex collection.
Equals

Determines whether the specified Object is equal to the current Object.

(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.

(Inherited from Object.)
GetEnumerator

Returns an enumerator that can iterate through the CollectionBase instance.

(Inherited from CollectionBase.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetLength
Returns path segment length.
GetPointOverloaded.
GetTangentOverloaded.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
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.

(Inherited from 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.

(Inherited from CollectionBase.)
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.

(Inherited from CollectionBase.)
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.

(Inherited from CollectionBase.)
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.

(Inherited from CollectionBase.)
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.

(Inherited from CollectionBase.)
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

Returns a String that represents the current Object.

(Inherited from Object.)
Transform
Transforms the path using the given transforming matrix.

See Also