EdgePointCollection Members

The EdgePointCollection type exposes the following members.

Constructors

  Name Description
Public method EdgePointCollection Overloaded.

Top

Methods

  Name Description
Public method Add Overloaded.
Public method AddRange Adds the elements of an ICollection to the end of the ArrayList. (Inherited from ArrayList.)
Public method BinarySearch Overloaded.
Public method Clear Removes all elements from the ArrayList. (Inherited from ArrayList.)
Public method Clone Creates a shallow copy of the ArrayList. (Inherited from ArrayList.)
Public method Contains Overloaded.
Public method CopyTo Overloaded.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetEnumerator Overloaded.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetRange Returns an ArrayList which represents a subset of the elements in the source ArrayList. (Inherited from ArrayList.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Overloaded.
Public method Insert Overloaded.
Public method InsertRange Inserts the elements of a collection into the ArrayList at the specified index. (Inherited from ArrayList.)
Public method LastIndexOf Overloaded.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member ReadOnly
Public method Remove Overloaded.
Public method RemoveAt Removes the element at the specified index of the ArrayList. (Inherited from ArrayList.)
Public method RemoveRange Removes a range of elements from the ArrayList. (Inherited from ArrayList.)
Public method Reverse Overloaded.
Public method SetRange Copies the elements of a collection over a range of elements in the ArrayList. (Inherited from ArrayList.)
Public method Sort Overloaded.
Public method ToArray Overloaded.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)
Public method TrimToSize Sets the capacity to the actual number of elements in the ArrayList. (Inherited from ArrayList.)

Top

Properties

  Name Description
Public property Capacity Gets or sets the number of elements that the ArrayList can contain. (Inherited from ArrayList.)
Public property Count Gets the number of elements actually contained in the ArrayList. (Inherited from ArrayList.)
Public property IsFixedSize Gets a value indicating whether the ArrayList has a fixed size. (Inherited from ArrayList.)
Public property IsReadOnly (Overrides ArrayList.IsReadOnly.)
Public property IsSynchronized Gets a value indicating whether access to the ArrayList is synchronized (thread safe). (Inherited from ArrayList.)
Public property Item
Public property SyncRoot Gets an object that can be used to synchronize access to the ArrayList. (Inherited from ArrayList.)

Top

See Also

Reference

EdgePointCollection Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace