You are here: Start » AVL.NET » SegmentFittingField Structure

SegmentFittingField Structure

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

The structure defines a rectangular field in which a segment will be fitted.

Constructors

 ConstructorDescription
SegmentFittingField(Point2D, Point2D, Single)
SegmentFittingField(Single, Single, Single, Single, Single)
SegmentFittingField(Segment2D)
SegmentFittingField(Segment2D, Single)

Properties

 NameTypeDescription
AxisAvlNet.Segment2D
DefaultAvlNet.SegmentFittingField
IsDefaultSystem.Boolean
WidthSystem.Single

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.SegmentFittingField)
Equals(AvlNet.SegmentFittingField, AvlNet.SegmentFittingField)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also