UIWindow.ConvertRectToWindow(CGRect, UIWindow) Method

Definition

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

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

Parameters

rect
CGRect
window
UIWindow

To be added.

This parameter can be null.

Returns

Attributes

Applies to