UIWindow.ConvertRectFromWindow(CGRect, UIWindow) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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