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

PathFittingField Class

Namespace:Avl
Assembly:AvlNet.Types.dll

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

Constructors

 ConstructorDescription
PathFittingField()
PathFittingField(Path, Single)
PathFittingField(List<Point2D>, Boolean, Single)

Properties

 NameTypeDescription
AxisAvl.Path
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
WidthSystem.Single

Methods

 NameDescription
CopyTo(Avl.PathFittingField)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.PathFittingField)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.PathFittingField)
ToString()Inherited from System.Object

Remarks

See also