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 | (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 | (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 | (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 | Creates an object that contains all the relevant information
required to generate a proxy used to communicate with a remote
object. (Inherited from MarshalByRefObject) |
![]() |
Dispose | (Inherited from DisposableWrapper) |
![]() |
Equals | (Inherited from DisposableWrapper) |
![]() |
GetEnumerator | Returns the enumerator for this point collection. |
![]() |
GetHashCode | (Inherited from DisposableWrapper) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
![]() |
GetType | Gets the Type of the current
instance. (Inherited from Object) |
![]() |
IndexOf | Returns an index of the point in the collection that matches the specified point. |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime
policy for this instance. (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 | 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 point collection. |
© Bricsys NV. All rights reserved. |