PathPrimitive Methods |
The PathPrimitive type exposes the following members.
Name | Description | |
---|---|---|
AddBack |
Add a PathPoint
to the back of the line.
| |
AddFront |
Add a PathPoint
to the front of the line.
| |
AddRangeToBack |
Add the range of PathPoints
to the back of the line.
| |
AddRangeToFront |
Add the range of PathPoints
to the front of the line.
| |
Back |
Access the PathPoint
at the back of the line.
| |
Clear |
Removes all of the points.
| |
Dispose | (Inherited from Primitive.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Front |
Access the PathPoint
at the front of the line.
| |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RemoveAllAfter |
Remove all points
after index.
| |
RemoveAllBefore |
Remove all points
before index.
| |
RemoveBack |
Remove a PathPoint
to the back of the line.
| |
RemoveFront |
Remove a PathPoint
to the front of the line.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |