Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: BetweenLineConstraint(int, int, int[])

Declaration

public BetweenLineConstraint(
    int cap1,
    int cap2,
    int[] innerCells
)

Summary

Constructor.

Parameters

intcap1 The cell containing one of the caps of the between line.
intcap2 The cell containing the other cap of the between line.
int[]innerCells The set of cells along the between line.