UIView.ConvertRectFromView(CGRect, UIView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts <param name="rect" /> from the coordinate system used in <param name="fromView" /> 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
Returns
- Attributes