The EdgePointCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
EdgePointCollection | Overloaded. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | Overloaded. |
![]() |
AddRange | Adds the elements of an ICollection to the end of the ArrayList. (Inherited from ArrayList.) |
![]() |
BinarySearch | Overloaded. |
![]() |
Clear | Removes all elements from the ArrayList. (Inherited from ArrayList.) |
![]() |
Clone | Creates a shallow copy of the ArrayList. (Inherited from ArrayList.) |
![]() |
Contains | Overloaded. |
![]() |
CopyTo | Overloaded. |
![]() |
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 | Overloaded. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetRange | Returns an ArrayList which represents a subset of the elements in the source ArrayList. (Inherited from ArrayList.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf | Overloaded. |
![]() |
Insert | Overloaded. |
![]() |
InsertRange | Inserts the elements of a collection into the ArrayList at the specified index. (Inherited from ArrayList.) |
![]() |
LastIndexOf | Overloaded. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() |
ReadOnly | |
![]() |
Remove | Overloaded. |
![]() |
RemoveAt | Removes the element at the specified index of the ArrayList. (Inherited from ArrayList.) |
![]() |
RemoveRange | Removes a range of elements from the ArrayList. (Inherited from ArrayList.) |
![]() |
Reverse | Overloaded. |
![]() |
SetRange | Copies the elements of a collection over a range of elements in the ArrayList. (Inherited from ArrayList.) |
![]() |
Sort | Overloaded. |
![]() |
ToArray | Overloaded. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() |
TrimToSize | Sets the capacity to the actual number of elements in the ArrayList. (Inherited from ArrayList.) |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Capacity | Gets or sets the number of elements that the ArrayList can contain. (Inherited from ArrayList.) |
![]() |
Count | Gets the number of elements actually contained in the ArrayList. (Inherited from ArrayList.) |
![]() |
IsFixedSize | Gets a value indicating whether the ArrayList has a fixed size. (Inherited from ArrayList.) |
![]() |
IsReadOnly | (Overrides ArrayList.IsReadOnly.) |
![]() |
IsSynchronized | Gets a value indicating whether access to the ArrayList is synchronized (thread safe). (Inherited from ArrayList.) |
![]() |
Item | |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the ArrayList. (Inherited from ArrayList.) |
Top
.gif)
.gif)
.gif)
.gif)