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