containsRectangle

containsRectangle(rect)

Determines if the specified Rectangle is contained or intersect this Quadrangle structure.

ParameterDescription
rectThe Rectangle to test.

Returns: Returns true if Rectangle is contained or intersect this Quadrangle structure; otherwise, false.