Contents

NSMakePoint(_:_:)

Creates a new NSPoint from the specified values.

Declaration

func NSMakePoint(_ x: Double, _ y: Double) -> NSPoint

Return Value

An NSPoint having the coordinates x and y.

See Also

Managing Points