Beispiel #1
0
 public bool floatersects(RangeF RangeF)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public bool Contains(RangeF RangeF)
 {
     return RangeF.UpperLeft >= upperLeft &&
            RangeF.LowerRight <= lowerRight;
 }