Initializes and returns an NSImage instance and associates it with the specified URL.
Original signature is '- (id)initByReferencingURL:(NSURL *)url'
Available in Mac OS X v10.2 and later.


- url (NSURL)
- The URL identifying the image.

An initialized NSImage instance, or nil if the new instance cannot be initialized.

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