UIWindow.ConvertPointFromWindow(CGPoint, UIWindow) Method

Definition

Converts from the coordinate system of to the coordinate system of thisUIWindow.

[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
window
UIWindow

To be added.

This parameter can be null.

Returns

Attributes

Applies to