Returns a rectangle with an origin offset from that of the source rectangle.


A rectangle with 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.

Original declaration is : CGRect CGRectOffset ( CGRect rect, float dx, float dy );

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