init(size:)
Creates a new value object containing the specified Foundation size structure.
Declaration
init(size: NSSize)Parameters
- size:
The value for the new object.
Return Value
A new value object that contains the size information.
Creates a new value object containing the specified Foundation size structure.
init(size: NSSize)The value for the new object.
A new value object that contains the size information.