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