Returns a rectangle with an origin that is offset from that of the source rectangle.
Original signature is 'CGRect CGRectOffset ( CGRect rect, CGFloat dx, CGFloat dy );'
Available in Mac OS X v10.0 and later.


A rectangle that is the same size as the source, but with its origin offset by dx units along the x-axis and dy units along the y-axis with respect to the source.

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