UIKit.UIView.ConvertPointToView Method
Returns the point, in the toView's coordinate system, of the point in this UIKit.UIView's local coordinate system.

Syntax

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

See Also

UIKit.ConvertPointFromView
UIKit.ConvertRectFromView
UIKit.ConvertRectToView

Parameters

point
A point whose location is in the coordinate system of this UIKit.UIView.
toView

The UIKit.UIView to whose local coordinate system the point should be translated.

This parameter can be null.

Returns

The point, translated between coordinated systems.

Remarks

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

Requirements

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