UIView.ConvertPointFromView(CGPoint, 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 the coordinate system of to this
object's coordinate system.
[Foundation.Export("convertPoint:fromView:")]
public virtual CoreGraphics.CGPoint ConvertPointFromView (CoreGraphics.CGPoint point, UIKit.UIView fromView);
abstract member ConvertPointFromView : CoreGraphics.CGPoint * UIKit.UIView -> CoreGraphics.CGPoint
override this.ConvertPointFromView : CoreGraphics.CGPoint * UIKit.UIView -> CoreGraphics.CGPoint
Parameters
- point
- CGPoint
Returns
- Attributes