NSStringFromPoint(_:)
Returns a string representation of a point.
Declaration
func NSStringFromPoint(_ aPoint: NSPoint) -> StringParameters
- 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.