Rect.Overlaps
Overlaps(other: Rect): bool;
bool Overlaps(Rect other);
def Overlaps(other as Rect) as bool
Overlaps(other: Rect, allowInverse: bool): bool;
bool Overlaps(Rect other, bool allowInverse);
def Overlaps(other as Rect, allowInverse as bool) as bool
Description