Type Alias

NSSize

A two-dimensional size. ある2次元の大きさ。

Declaration 宣言

typealias NSSize = CGSize

Discussion 議論

Normally, the values of width and height are non-negative. The functions that create an NSSize structure do not prevent you from setting a negative value for these attributes. If the value of width or height is negative, however, the behavior of some methods may be undefined. 通常、widthheightの値は、非負です。NSSize構造体を作成する関数は、あなたが負の値をそれら属性に対して設定することを妨げません。widthまたはheightの値が負ならば、しかしながら、幾つかのメソッドの挙動は未定義かもしれません。

Special Considerations 特別な注意事項

Prior to OS X v10.5 the width and height were represented by float values rather than CGFloat values. OS X v10.5より前は幅と高さはfloat値によって表されました、CGFloat値ではなく。

When building for 64 bit systems, or building 32 bit like 64 bit, NSSize is typedef’d to CGSize. 64ビットシステムに対してビルドする、または64ビットのように32ビットをビルドする場合、NSSizeCGSizeにtypedefされます。

Topics 話題

Managing Sizes サイズを管理する

Zero Constant ゼロ定数

Related Types 関連する型

See Also 参照

Geometry 幾何学