Contents

NSStringFromPoint(_:)

Returns a string representation of a point.

Declaration

func NSStringFromPoint(_ aPoint: NSPoint) -> String

Parameters

  • aPoint:

    A point structure.

Return Value

A string of the form “{a, b}”, where a and b are the x and y coordinates of aPoint.

See Also

Managing Points