Contents

NSMakeRect(_:_:_:_:)

Creates a new NSRect from the specified values.

Declaration

func NSMakeRect(_ x: Double, _ y: Double, _ w: Double, _ h: Double) -> NSRect

Return Value

An NSRect having the specified origin of [x, y] and size of [w, h].

See Also

Managing Rectangles