Contents

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.

See Also

Related Documentation

Working with CoreGraphics Geometry Values