UIView.ConvertPointFromCoordinateSpace(CGPoint, IUICoordinateSpace) 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 to this
UIView object's coordinate system.
[Foundation.Export("convertPoint:fromCoordinateSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGPoint ConvertPointFromCoordinateSpace (CoreGraphics.CGPoint point, UIKit.IUICoordinateSpace coordinateSpace);
abstract member ConvertPointFromCoordinateSpace : CoreGraphics.CGPoint * UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
override this.ConvertPointFromCoordinateSpace : CoreGraphics.CGPoint * UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
Parameters
- point
- CGPoint
- coordinateSpace
- IUICoordinateSpace
Returns
Implements
- Attributes