Contents

init(point:)

Creates a new value object containing the specified Foundation point structure.

Declaration

init(point: NSPoint)

Parameters

  • point:

    The value for the new object.

Return Value

A new value object that contains the point information.

See Also

Related Documentation

Working with Foundation Geometry Values