init(CGPoint:)
Creates a new value object containing the specified CoreGraphics point structure.
Declaration
init(CGPoint point: CGPoint)init(cgPoint point: CGPoint)Parameters
- point:
The value for the new object.
Return Value
A new value object that contains the point information.