Returns whether a rectangle contains a specified point.
Original signature is 'bool CGRectContainsPoint ( CGRect rect, CGPoint point );'
Available in Mac OS X v10.0 and later.


true if the rectangle is not null or empty and the point is located within the rectangle; otherwise, false.

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