- left
- The left side of the rectangle being intersected with this rectangle
- top
- The top of the rectangle being intersected with this rectangle
- right
- The right side of the rectangle being intersected with this rectangle.
- bottom
- The bottom of the rectangle being intersected with this rectangle.
Documentation for this section has not yet been entered.
If the rectangle specified by left,top,right,bottom intersects this rectangle, return true and set this rectangle to that intersection, otherwise return false and do not change this rectangle. No check is performed to see if either rectangle is empty. Note: To just test for intersection, use intersects()