MonoTouch.UIKit.UIView.ConvertRectFromView Method
Returns the System.Drawing.RectangleF, in the receiver's coordinate system, of the rect in the fromView's coordinate space.

Syntax

[MonoTouch.Foundation.Export("convertRect:fromView:")]
public virtual System.Drawing.RectangleF ConvertRectFromView (System.Drawing.RectangleF rect, UIView fromView)

See Also

MonoTouch.UIKit.ConvertPointFromView
MonoTouch.UIKit.ConvertPointToView
MonoTouch.UIKit.ConvertRectToView

Parameters

rect
The System.Drawing.RectangleF expressed in the fromView's local coordinate system.
fromView

The MonoTouch.UIKit.UIView in whose coordinate system the rect is expressed.

This parameter can be null.

Returns

The rectangle, 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 rect in fromView's UIView.Bounds' coordinate system.

Requirements

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