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.
Converts from the coordinate system of to the coordinate system of this
UIWindow.
[Foundation.Export("convertRect:fromWindow:")]
public virtual CoreGraphics.CGRect ConvertRectFromWindow (CoreGraphics.CGRect rect, UIKit.UIWindow window);
abstract member ConvertRectFromWindow : CoreGraphics.CGRect * UIKit.UIWindow -> CoreGraphics.CGRect
override this.ConvertRectFromWindow : CoreGraphics.CGRect * UIKit.UIWindow -> CoreGraphics.CGRect
Parameters
- rect
- CGRect
Returns
- Attributes