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


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

A point specified in coordinates relative to the image view.

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