Point
|
The Point2dCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Point2dCollection | Default constructor for the Point2dCollection class. Creates an empty collection of 2D points. | |
| Point2dCollection(Int32) | Constructor for the Point2dCollection class. Creates an empty collection of 2D points with start capacity. | |
| Point2dCollection(Point2d) | Constructor for the Point2dCollection class. Creates a collection of 2d points from the passed array. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Capacity | Represents the number of elements that this collection can contain. | |
| Count | Represents the number of elements that this collection currently stores. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| 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. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Add | Adds a point to the collection. | |
| AddRange | Adds a range of points to the end of this collection. This method grows the collection capacity if necessary. | |
| Clear | Clears this collection of 2D points. | |
| Contains | Checks whether this collection contains a point that matches the specified point. | |
| CopyTo | Copies this point collection to the specified array at the specified index. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetEnumerator | Returns the enumerator for this point collection. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| IndexOf | Returns an index of the point in the collection that matches the specified point. | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| Insert | Inserts the specified point to the collection at the provided index. | |
| Remove | Removes a point from the collection that matches the specified point. | |
| RemoveAt | Removes a point from the collection at the specified index. | |
| ToArray | Returns this collection as an array of 2D points. | |
| ToString | (Inherited from Object) |
|
| TrimToSize | Sets the capacity to the actual number of elements in this integer collection. |
| Name | Description | |
|---|---|---|
| DefaultSize | Size of the default point collection. |
| © Bricsys NV. All rights reserved. |