Returns a size structure constructed from dimension values you provide.


Returns a CGSize structure with the specified width and height.

Original declaration is : CGSize CGSizeMake ( 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)