Share via


UIWindow.ConvertRectToWindow(CGRect, UIWindow) Method

Definition

[Foundation.Export("convertRect:toWindow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGRect ConvertRectToWindow(CoreGraphics.CGRect rect, UIKit.UIWindow? window);
[<Foundation.Export("convertRect:toWindow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ConvertRectToWindow : CoreGraphics.CGRect * UIKit.UIWindow -> CoreGraphics.CGRect
override this.ConvertRectToWindow : CoreGraphics.CGRect * UIKit.UIWindow -> CoreGraphics.CGRect

Parameters

rect
CGRect
window
UIWindow

Returns

Attributes

Applies to