Share via


UIWindow.ConvertRectFromWindow(CGRect, UIWindow) Method

Definition

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

Parameters

rect
CGRect
window
UIWindow

Returns

Attributes

Applies to