Click or drag to resize

PathPrimitive Methods

The PathPrimitive type exposes the following members.

Methods
  NameDescription
Public methodAddBack
Add a PathPoint to the back of the line.
Public methodAddFront
Add a PathPoint to the front of the line.
Public methodAddRangeToBack
Add the range of PathPoints to the back of the line.
Public methodAddRangeToFront
Add the range of PathPoints to the front of the line.
Public methodBack
Access the PathPoint at the back of the line.
Public methodClear
Removes all of the points.
Public methodDispose (Inherited from Primitive.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFront
Access the PathPoint at the front of the line.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveAllAfter
Remove all points after index.
Public methodRemoveAllBefore
Remove all points before index.
Public methodRemoveBack
Remove a PathPoint to the back of the line.
Public methodRemoveFront
Remove a PathPoint to the front of the line.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also