UIKit.UIView.ConvertPointFromView Method
Returns the point, in the receiver's coordinate system, of the point in the fromView's coordinate space.

Syntax

[Foundation.Export("convertPoint:fromView:")]
public virtual CoreGraphics.CGPoint ConvertPointFromView (UIView fromView, CoreGraphics.CGPoint point)

See Also

UIKit.ConvertPointToView
UIKit.ConvertRectFromView
UIKit.ConvertRectToView

Parameters

point
A point whose location is in the coordinate system of the fromView.
fromView

The UIKit.UIView in whose coordinate system the point is expressed.

This parameter can be null.

Returns

The point, translated between coordinate systems.

Remarks

The UIView.Bounds property specifies a local coordinate system. This method returns the location, in this UIKit.UIView's UIView.Bounds coordinate system of the point in fromView's UIView.Bounds' coordinate system.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0