Returns a rectangle structure constructed from coordinate and dimension values you provide.
| C# | Visual Basic | Visual C++ |
Returns a rectangle with the specified location and dimensions.
Original declaration is : CGRect CGRectMake ( float x, float y, float width, float height );
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)