UIView.ConvertRectToView(CGRect, UIView) Method

Definition

Converts from this object's coordinate system to that of .

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

Parameters

rect
CGRect
toView
UIView

To be added.

This parameter can be null.

Returns

Attributes

Applies to