Initializes and returns an NSImage instance whose size is set to the specified value.
Original signature is '- (id)initWithSize:(NSSize)aSize'
Available in Mac OS X v10.0 and later.


- aSize (NSSize)
- The size of the image, measured in points.

An initialized NSImage instance.

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