UIView.ConvertRectToView(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 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
Returns
- Attributes