init(rect:)
Creates a new value object containing the specified Foundation rectangle structure.
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.