UICoordinateSpace.ConvertPointFromCoordinateSpace 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 to that of this
.
[Foundation.Export("convertPoint:fromCoordinateSpace:")]
public abstract CoreGraphics.CGPoint ConvertPointFromCoordinateSpace (CoreGraphics.CGPoint point, UIKit.IUICoordinateSpace coordinateSpace);
abstract member ConvertPointFromCoordinateSpace : CoreGraphics.CGPoint * UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
Parameters
- point
- CGPoint
- coordinateSpace
- IUICoordinateSpace
Returns
Implements
- Attributes