Contents

convertPoint(toImagePoint:)

Converts an image view coordinate to an image coordinate.

Declaration

func convertPoint(toImagePoint viewPoint: NSPoint) -> NSPoint

Parameters

  • viewPoint:

    A point specified in coordinates relative to the image view.

Return Value

The point specified in coordinates relative to the image.

See Also

Converting Points and Rectangles