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

Syntax

[MonoTouch.Foundation.Export("convertPoint:fromView:")]
public virtual System.Drawing.PointF ConvertPointFromView (System.Drawing.PointF point, UIView fromView)

See Also

MonoTouch.UIKit.ConvertPointToView
MonoTouch.UIKit.ConvertRectFromView
MonoTouch.UIKit.ConvertRectToView

Parameters

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

The MonoTouch.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 MonoTouch.UIKit.UIView's UIView.Bounds coordinate system of the point in fromView's UIView.Bounds' coordinate system.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0