intersects_with method

intersects_with

Determines if this rectangle intersects with rect.

Returns

This method returns true if there is any intersection.

def intersects_with(self, rect):
    ...
ParameterTypeDescription
rectRectangleFThe rectangle to test.

See Also