UIView.ConvertRectFromView(CGRect, UIView) Method

Definition

Converts from the coordinate system used in to that of this object.

[Foundation.Export("convertRect:fromView:")]
public virtual CoreGraphics.CGRect ConvertRectFromView (CoreGraphics.CGRect rect, UIKit.UIView fromView);
abstract member ConvertRectFromView : CoreGraphics.CGRect * UIKit.UIView -> CoreGraphics.CGRect
override this.ConvertRectFromView : CoreGraphics.CGRect * UIKit.UIView -> CoreGraphics.CGRect

Parameters

rect
CGRect
fromView
UIView

To be added.

This parameter can be null.

Returns

Attributes

Applies to