You are here: Start » AVL.NET » PathFittingField Class
PathFittingField Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| PathFittingField(IList<Point2D>, Boolean, Single) | ||
| PathFittingField(Path, Single) | ||
| PathFittingField(PathFittingField) | Creates a deep copy of the passed object. | |
| PathFittingField() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Axis | AvlNet.Path | ||
| IsDisposed | System.Boolean | ||
| Width | System.Single |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.PathFittingField) | ||
| Equals(AvlNet.PathFittingField, AvlNet.PathFittingField) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(AvlNet.PathFittingField) | Resets this instance with data of the other PathFittingField object. | |
| ToString() | Inherited from System.Object |
