3 references to DistanceOfLineSegments
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Connector.cs (3)
1264DesignerGeometryHelper.DistanceOfLineSegments(new Point[] { this.editPoints[i].Location, this.editPoints[i + 1].Location }) > minLengthForSegmentEditPoint) 1348double distance = DesignerGeometryHelper.DistanceOfLineSegments(new Point[] { previous.Location, current.Location }); 1358distance = DesignerGeometryHelper.DistanceOfLineSegments(new Point[] { current.Location, next.Location });