Function 関数

NSMakePoint

Creates a new NSPoint from the specified values. 新しいNSPointをこの指定された値から作成します。

Declaration 宣言

NSPoint NSMakePoint(CGFloat x, CGFloat y);

Return Value 戻り値

An NSPoint having the coordinates x and y. あるNSPoint、座標xyを持っています。

See Also 参照

Managing Points ポイントの管理