NSMakePoint(_:_:)
Creates a new NSPoint from the specified values.
Declaration
func NSMakePoint(_ x: Double, _ y: Double) -> NSPointReturn Value
An NSPoint having the coordinates x and y.
Creates a new NSPoint from the specified values.
func NSMakePoint(_ x: Double, _ y: Double) -> NSPointAn NSPoint having the coordinates x and y.