UIWindow.ConvertPointToWindow(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 <param name="point" /> from the coordinate system of this
to the coordinate system of <param name="window" />.
[Foundation.Export("convertPoint:toWindow:")]
public virtual CoreGraphics.CGPoint ConvertPointToWindow(CoreGraphics.CGPoint point, UIKit.UIWindow window);
abstract member ConvertPointToWindow : CoreGraphics.CGPoint * UIKit.UIWindow -> CoreGraphics.CGPoint
override this.ConvertPointToWindow : CoreGraphics.CGPoint * UIKit.UIWindow -> CoreGraphics.CGPoint
Parameters
- point
- CGPoint
Returns
- Attributes