You are here: Start » AVL.NET » PathFittingField Class

PathFittingField Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

The structure defines a field in which a path will be fitted.

Constructors

 ConstructorDescription
PathFittingField(IList<Point2D>, Boolean, Single)
PathFittingField(Path)
PathFittingField(Path, Single)
PathFittingField(PathFittingField)Creates a deep copy of the passed object.
PathFittingField()

Properties

 NameTypeDescription
AxisAvlNet.Path
IsDisposedSystem.Boolean
WidthSystem.Single

Methods

 NameDescription
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

Remarks

See also