Initializes and returns an NSImage instance with the contents of the specified URL.
Original signature is '- (id)initWithContentsOfURL:(NSURL *)aURL'
Available in Mac OS X v10.0 and later.


- aURL (NSURL)
- MISSING

An initialized NSImage instance, or nil if the method cannot create an image representation from the contents of the specified URL.

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