Contents

convert(_:to:)

Converts a rectangle from the coordinate space of the current object to the specified coordinate space.

Declaration

func convert(_ rect: CGRect, to coordinateSpace: any UICoordinateSpace) -> CGRect

Parameters

  • rect:

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

  • coordinateSpace:

    The coordinate space into which rect is to be converted.

Return Value

A rectangle specified in the target coordinate space.

See Also

Converting between coordinate spaces