NSOffsetRect(_:_:_:)
Offsets the rectangle by the specified amount.
Declaration
func NSOffsetRect(_ aRect: NSRect, _ dX: Double, _ dY: Double) -> NSRectReturn Value
A copy of aRect, with its location shifted by dX along the x axis and by dY along the y axis.