init(point: NSPoint)
Creates a new value object containing the specified Foundation point structure.
指定されたFoundationポイント構造体を含んでいる新しい値オブジェクトを作成します。
init(size: NSSize)
Creates a new value object containing the specified Foundation size structure.
指定されたFoundationサイズ構造体を含んでいる新しい値オブジェクトを作成します。
init(rect: NSRect)
Creates a new value object containing the specified Foundation rectangle structure.
指定されたFoundation矩形構造体を含んでいる新しい値オブジェクトを作成します。
var pointValue : NSPoint
The Foundation point structure representation of the value.
その値のFoundationポイント構造体表現。
var rectValue : NSRect
The Foundation rectangle structure representation of the value.
その値のFoundation矩形構造体表現。