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

SegmentFittingField Structure

Namespace:Fil
Assembly:FilNet.Types.dll

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

Constructors

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

Properties

 NameTypeDescription
AxisFil.Segment2D
DefaultFil.SegmentFittingField Gets a default instance of the SegmentFittingField.
EmptyFil.SegmentFittingField Gets an empty instance of the SegmentFittingField.
WidthSystem.Single

Methods

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

Remarks

See also