Returns whether the first rectangle contains the second rectangle.
Original signature is 'bool CGRectContainsRect ( CGRect rect1, CGRect rect2 );'
Available in Mac OS X v10.0 and later.


true if the rectangle specified by rect2 is contained in the rectangle passed in rect1; otherwise, false. The first rectangle contains the second if the union of the two rectangles is equal to the first rectangle.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)