Contents

convert(_:from:)

Converts a rectangle from the coordinate system of another window to coordinate system of the current window.

Declaration

func convert(_ rect: CGRect, from window: UIWindow?) -> CGRect

Parameters

  • rect:

    A rectangle in the coordinate system of window.

  • window:

    The source window containing the specified rect. Specify nil to convert the rectangle from the logical coordinate system of the screen, which is measured in points.

Return Value

The converted rectangle.

See Also

Converting coordinates