Contents

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.

See Also

Related Documentation

Working with Foundation Geometry Values