containsRectangle
containsRectangle(rect)
Determines if the specified Rectangle is contained or intersect this Quadrangle structure.
| Parameter | Description |
|---|---|
| rect | The Rectangle to test. |
Returns: Returns true if Rectangle is contained or intersect this Quadrangle structure; otherwise, false.