UICoordinateSpace.ConvertPointToCoordinateSpace 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="point" /> from this to <param name="coordinateSpace" />.
[Foundation.Export("convertPoint:toCoordinateSpace:")]
public abstract CoreGraphics.CGPoint ConvertPointToCoordinateSpace(CoreGraphics.CGPoint point, UIKit.IUICoordinateSpace coordinateSpace);
	abstract member ConvertPointToCoordinateSpace : CoreGraphics.CGPoint * UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
	Parameters
- point
 - CGPoint
 
- coordinateSpace
 - IUICoordinateSpace
 
Returns
Implements
- Attributes