Search
AnchorPointCollection Methods
 


 Public Methods

  Name Description

Add

Adds the specified anchor point to the collection.

Add

Adds an object to the end of the collection. (Inherited from CollectionBase.)

Clear

Removes all anchor points from the collection.

Contains

Determines whether an element is in the collection. (Inherited from CollectionBase.)

CopyTo

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from CollectionBase.)

GetAt

Gets the anchor point at the specified position.

GetEnumerator

Returns an enumerator that iterates through the collection. (Inherited from CollectionBase.)

IndexOf

Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from CollectionBase.)

Insert

Inserts the specified anchor point in the collection at the specified position.

Insert

Inserts an element into the collection at the specified index. (Inherited from CollectionBase.)

Remove

Removes the specified anchor point from the collection.

Remove

Removes the first occurrence of a specific object from the collection. (Inherited from CollectionBase.)

RemoveAt

Removes the anchor point at the specified index of the collection.

Sort

Overloaded.   (Inherited from CollectionBase.)

 See Also