Type Alias

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. 64ビットシステムに対してビルドする、または64ビットのように32ビットをビルドする場合、NSRectCGRectにtypedefされます。

Topics 話題

Managing Rectangles 矩形を管理する

Zero Constant ゼロ定数

Related Types 関連する型

See Also 参照

Geometry 幾何学