convertPoint(toImagePoint:)
Converts an image view coordinate to an image coordinate.
Declaration
func convertPoint(toImagePoint viewPoint: NSPoint) -> NSPointParameters
- viewPoint:
A point specified in coordinates relative to the image view.
Return Value
The point specified in coordinates relative to the image.