Beispiel #1
0
 public void ExtendStart(double newLength)
 {
     Scale(End.Copy(), newLength / Length);
 }
Beispiel #2
0
 /// <summary>
 /// Returns a new range with the same start and end positions.
 /// </summary>
 public Range Copy() => new Range(Start.Copy(), End.Copy());