UIWindow.ConvertRectFromWindow(CGRect, UIWindow) Method

Definition

Converts from the coordinate system of to the coordinate system of thisUIWindow.

[Foundation.Export("convertRect:fromWindow:")]
public virtual CoreGraphics.CGRect ConvertRectFromWindow (CoreGraphics.CGRect rect, UIKit.UIWindow window);
abstract member ConvertRectFromWindow : CoreGraphics.CGRect * UIKit.UIWindow -> CoreGraphics.CGRect
override this.ConvertRectFromWindow : CoreGraphics.CGRect * UIKit.UIWindow -> CoreGraphics.CGRect

Parameters

rect
CGRect
window
UIWindow

To be added.

This parameter can be null.

Returns

Attributes

Applies to