init(location:)
Creates a point object from the specified Core Graphics point.
Declaration
convenience init(location: CGPoint)Parameters
- location:
The Core Graphics point.
Creates a point object from the specified Core Graphics point.
convenience init(location: CGPoint)The Core Graphics point.