You are here: Start » AVL.NET » Path Class
Path Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| Path(IList<Point2D>, Boolean) | ||
| Path(Segment2D) | ||
| Path(Boolean) | ||
| Path(Path) | Creates a deep copy of the passed object. | |
| Path() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Capacity | System.Int32 | ||
| Closed | System.Boolean | ||
| Data | System.IntPtr | ||
| Empty | System.Boolean | ||
| IsDisposed | System.Boolean | ||
| Item | AvlNet.Point2D | ||
| MaxSize | System.Int32 | ||
| Size | System.Int32 |
Methods
| Name | Description | |
|---|---|---|
| AddRange(IEnumerable<AvlNet.Point2D>) | Appends a collection of elements | |
| Add(AvlNet.Point2D) | Adds an element to the end | |
| Clear() | ||
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.Path) | ||
| Equals(AvlNet.Path, AvlNet.Path) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Insert(int, AvlNet.Point2D) | ||
| Reserve(int) | ||
| Reset(AvlNet.Path) | Resets this instance with data of the other Path object. | |
| Resize(int) | ||
| Resize(int, AvlNet.Point2D) | ||
| ToArray() | ||
| ToString() | Inherited from System.Object |
