Vector
 | 
The Vector2dCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Vector2dCollection | Default constructor for the Vector2dCollection class. Creates an empty collection of 2d vectors. | |
| Vector2dCollection(Int32) | Constructor for the Vector2dCollection class. Creates an empty collection of 2d vectors with start capacity. | |
| Vector2dCollection(Vector2d) | Constructor for the Vector2dCollection class. Creates a collection of 2d vectors from the passed array. | 
| Name | Description | |
|---|---|---|
| Capacity | Represents the number of elements that this collection can contain. | |
| Count | Represents the number of elements that this collection currently stores. | |
| IList_Item | ||
| IsFixedSize | Property that indicates whether this collection has a fixed size. | |
| IsReadOnly | Property that indicates whether this collection is read-only. | |
| IsSynchronized | Property that indicates whether access to this collection is thread-safe. | |
| Item | Property that represents an item from the collection at the specified index. | |
| SyncRoot | Property that represents an object that can be used to synchronize access to this collection. | 
| Name | Description | |
|---|---|---|
| Add | Adds a vector to the collection. | |
| AddRange | Adds a range of vectors to the end of this collection. This method grows the collection capacity if necessary. | |
| Clear | Clears this collection of 2d vectors. | |
| Contains | Checks whether this collection contains a vector that matches the specified vector. | |
| CopyTo | Copies this vector collection to specified array at the specified index. | |
| Equals | Determines whether the specified object is equal to the current
object. (Inherited from Object)  | 
|
| GetEnumerator | Returns enumerator for this vector collection. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | 
|
| GetType | Gets the Type of the current
instance. (Inherited from Object)  | 
|
| ICollection_CopyTo | ||
| IEnumerable_GetEnumerator | ||
| IList_Add | ||
| IList_Contains | ||
| IList_IndexOf | ||
| IList_Insert | ||
| IList_Remove | ||
| IndexOf | Returns index of the vector in collection that matches the specified vector. | |
| Insert | Inserts the specified vector to the collection at the provided index. | |
| Remove | Removes a vector in the collection that matches the specified vector. | |
| RemoveAt | Removes a vector from the collection at the specified index. | |
| ToArray | Returns this collection as an array of 2d vectors. | |
| ToString | Returns a string that represents the current object. (Inherited from Object)  | 
|
| TrimToSize | Sets the capacity to the actual number of elements in this integer collection. | 
| Name | Description | |
|---|---|---|
| DefaultSize | Size of the default vector collection. | 
| © Bricsys NV. All rights reserved. |