NSRect
A rectangle.
Declaration
typealias NSRect = CGRectDiscussion
When building for 64 bit systems, or building 32 bit like 64 bit, NSRect is typedef’d to CGRect.
Topics
Managing Rectangles
NSContainsRect(_:_:)NSDivideRect(_:_:_:_:_:)NSEqualRects(_:_:)NSIsEmptyRect(_:)NSHeight(_:)NSInsetRect(_:_:_:)NSIntegralRect(_:)NSIntegralRectWithOptions(_:_:)NSIntersectionRect(_:_:)NSIntersectsRect(_:_:)NSMakeRect(_:_:_:_:)NSMaxX(_:)NSMaxY(_:)NSMidX(_:)NSMidY(_:)NSMinX(_:)NSMinY(_:)NSMouseInRect(_:_:_:)NSOffsetRect(_:_:_:)NSPointInRect(_:_:)NSRectFromString(_:)NSStringFromRect(_:)NSRectFromCGRect(_:)NSRectToCGRect(_:)NSUnionRect(_:_:)NSWidth(_:)