Share via


UIWindow.ConvertPointFromWindow(CGPoint, UIWindow) Method

Definition

[Foundation.Export("convertPoint:fromWindow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGPoint ConvertPointFromWindow(CoreGraphics.CGPoint point, UIKit.UIWindow? window);
[<Foundation.Export("convertPoint:fromWindow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ConvertPointFromWindow : CoreGraphics.CGPoint * UIKit.UIWindow -> CoreGraphics.CGPoint
override this.ConvertPointFromWindow : CoreGraphics.CGPoint * UIKit.UIWindow -> CoreGraphics.CGPoint

Parameters

point
CGPoint
window
UIWindow

Returns

Attributes

Applies to