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

Syntax

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

See Also

MonoTouch.UIKit.ConvertPointFromView
MonoTouch.UIKit.ConvertRectFromView
MonoTouch.UIKit.ConvertRectToView

Parameters

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

The MonoTouch.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 MonoTouch.UIKit.UIView's UIView.Bounds' coordinate system.

Requirements

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