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.
Creates a new value object containing the specified Foundation point structure.
init(point: NSPoint)The value for the new object.
A new value object that contains the point information.