NSMakeRect(_:_:_:_:)
Creates a new NSRect from the specified values.
Declaration
func NSMakeRect(_ x: Double, _ y: Double, _ w: Double, _ h: Double) -> NSRectReturn Value
An NSRect having the specified origin of [x, y] and size of [w, h].