Contents

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) -> CGPoint

Parameters

  • point:

    A point specified in the coordinate system of the current object.

  • coordinateSpace:

    The coordinate space into which point is to be converted.

Return Value

A point specified in the target coordinate space.

See Also

Converting between coordinate spaces