Converts an image view coordinate to an image coordinate.
Original signature is '- (NSPoint)convertViewPointToImagePoint:(NSPoint)viewPoint'
Available in Mac OS X v10.5 and later.


- viewPoint (NSPoint)
- A point specified in coordinates relative to the image view.

The point specified in coordinates relative to the image.

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