1 instantiation of CoverSet
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Connector.cs (1)
1850CoverSet coverSet = new CoverSet(rectanglesToExclude, linesToExclude);
9 references to CoverSet
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Connector.cs (9)
1850CoverSet coverSet = new CoverSet(rectanglesToExclude, linesToExclude); 2014private static Nullable<Point> EscapeAlgorithm(CoverSet coverSet, Point Z, Point targetPoint, 2203private static Nullable<Point> EscapeProcessI(CoverSet coverSet, Point Z, 2281private static Nullable<Point> EscapeProcessII(CoverSet coverSet, Orientation orientation, ref List<Point> LeA, 2405private static void SecondRefinementAlgorithm(CoverSet coverSet, ref List<Point> refinedPath, Size margin) 2726public static ConnectorSegment ConstructBoundSegment(CoverSet coverSet, Point a, Point b) 2736public static ConnectorSegment SegmentFromLeftToRightCover(CoverSet coverSet, Point p) 2748public static ConnectorSegment SegmentFromBottomToTopCover(CoverSet coverSet, Point p) 2760public static ConnectorSegment ConstructBoundSegment(CoverSet coverSet, Point a, Orientation orientation)