Initializer

init(rect:)

Creates a new value object containing the specified Foundation rectangle structure. 指定されたFoundation矩形構造体を含んでいる新しい値オブジェクトを作成します。

Declaration 宣言

init(rect: NSRect)

Parameters パラメータ

rect

The value for the new object. 新しいオブジェクトに対する値。

Return Value 戻り値

A new value object that contains the data in the rect structure. rect構造体の中のデータを含んでいる新しい値オブジェクト。

See Also 参照

Working with Foundation Geometry Values Foundation幾何学値を扱う

Related Documentation 関連文書