Contents

NSRect

A rectangle.

Declaration

typealias NSRect = CGRect

Discussion

When building for 64 bit systems, or building 32 bit like 64 bit, NSRect is typedef’d to CGRect.

Topics

Managing Rectangles

Zero Constant

Related Types

See Also

Geometry