UIWindow.ConvertPointFromWindow(CGPoint, 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("convertPoint:fromWindow:")]
public virtual CoreGraphics.CGPoint ConvertPointFromWindow (CoreGraphics.CGPoint point, UIKit.UIWindow window);
abstract member ConvertPointFromWindow : CoreGraphics.CGPoint * UIKit.UIWindow -> CoreGraphics.CGPoint
override this.ConvertPointFromWindow : CoreGraphics.CGPoint * UIKit.UIWindow -> CoreGraphics.CGPoint
Parameters
- point
- CGPoint
Returns
- Attributes