Applies the receiver’s transform to the specified NSSize data type and returns the results.
Original signature is '- (NSSize)transformSize:(NSSize)aSize'
Available in Mac OS X v10.0 and later.


- aSize (NSSize)
- The size data to which you want to apply the matrix.

The resulting size after applying the receiver's transformations.

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