UIPreviewInteraction.GetLocationInCoordinateSpace(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.
Returns the location of the touch location in the specified coordinate space.
[Foundation.Export("locationInCoordinateSpace:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGPoint GetLocationInCoordinateSpace(UIKit.IUICoordinateSpace? coordinateSpace);
[<Foundation.Export("locationInCoordinateSpace:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLocationInCoordinateSpace : UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
override this.GetLocationInCoordinateSpace : UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
Parameters
- coordinateSpace
- IUICoordinateSpace
Returns
- Attributes