public bool Overlaps (RectInt other);

Parámetros

otherOtro rectángulo para probar la superposición con.

Valor de retorno

bool True if the other rectangle overlaps this one.

Descripción

RectInts overlap if each RectInt Contains a shared point.