Converts the size from the base coordinate system to the receiver’s coordinate system.
Original signature is '- (NSSize)convertSizeFromBase:(NSSize)aSize'
Available in Mac OS X v10.5 and later.


- aSize (NSSize)
- A size in the base coordinate system

The size converted to the receiver’s coordinate system.

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