RectInt.Overlaps

public bool Overlaps(RectInt other);

Parameters

other Other rectangle to test overlapping with.

Returns

bool True if the other rectangle overlaps this one.

Description

RectInts overlap if each RectInt Contains a shared point.

Did you find this page useful? Please give it a rating: