convert(_:to:)
Converts a point from the coordinate space of the current object to the specified coordinate space.
Declaration
func convert(_ point: CGPoint, to coordinateSpace: any UICoordinateSpace) -> CGPointParameters
- point:
A point specified in the coordinate system of the current object.
- coordinateSpace:
The coordinate space into which
pointis to be converted.
Return Value
A point specified in the target coordinate space.