Type Alias

NSPoint

A point in a Cartesian coordinate system. デカルト座標システムの中のある点。

Declaration 宣言

typealias NSPoint = CGPoint

Discussion 議論

Prior to OS X v10.5 the coordinates 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, NSPoint is typedef’d to CGPoint. 64ビットシステムに対してビルドする、または64ビットのように32ビットをビルドする場合、NSPointCGPointにtypedefされます。

Topics 話題

Managing Points ポイントの管理

Zero Constant ゼロ定数

Related Types 関連する型

See Also 参照

Geometry 幾何学