Function 関数

NSStringFromPoint(_:)

Returns a string representation of a point. ある点の文字列表現を返します。

Declaration 宣言

func NSStringFromPoint(_ aPoint: NSPoint) -> String

Parameters パラメータ

aPoint

A point structure. ポイント構造体。

Return Value 戻り値

A string of the form “{a, b}”, where a and b are the x and y coordinates of aPoint. 形式 “{a, b}” の文字列、そこでaとbはaPointのxとy座標です。

See Also 参照

Managing Points ポイントの管理