UIWindow.ConvertRectToWindow(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.
Converts <param name="rect" /> from the coordinate system of this
to the coordinate system of <param name="window" />.
[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
Returns
- Attributes