UIView.ConvertPointToCoordinateSpace(CGPoint, IUICoordinateSpace) Method
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 .
C#
[Foundation.Export("convertPoint:toCoordinateSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreGraphics.CGPoint ConvertPointToCoordinateSpace(CoreGraphics.CGPoint point, UIKit.IUICoordinateSpace coordinateSpace);
abstract member ConvertPointToCoordinateSpace : CoreGraphics.CGPoint * UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
override this.ConvertPointToCoordinateSpace : CoreGraphics.CGPoint * UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
- point
- CGPoint
- coordinateSpace
- IUICoordinateSpace
- Attributes
Product | Versions |
---|---|
Xamarin iOS SDK | 12 |