UIPreviewInteraction.GetLocationInCoordinateSpace 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.
Overloads
GetLocationInCoordinateSpace(IUICoordinateSpace) |
Returns the location of the originating touch location in the specified coordinate space. |
GetLocationInCoordinateSpace(UICoordinateSpace) |
Obsolete.
Returns the location of the touch location in the specified coordinate space. |
GetLocationInCoordinateSpace(IUICoordinateSpace)
Returns the location of the originating touch location in the specified coordinate space.
[Foundation.Export("locationInCoordinateSpace:")]
public virtual CoreGraphics.CGPoint GetLocationInCoordinateSpace (UIKit.IUICoordinateSpace coordinateSpace);
abstract member GetLocationInCoordinateSpace : UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
override this.GetLocationInCoordinateSpace : UIKit.IUICoordinateSpace -> CoreGraphics.CGPoint
Parameters
- coordinateSpace
- IUICoordinateSpace
The coordinate space into which to translate the originating touch.
This parameter can be null
.
Returns
- Attributes
Applies to
GetLocationInCoordinateSpace(UICoordinateSpace)
Caution
Use overload accepting a 'IUICoordinateSpace'.
Returns the location of the touch location in the specified coordinate space.
[System.Obsolete("Use overload accepting a 'IUICoordinateSpace'.")]
public virtual CoreGraphics.CGPoint GetLocationInCoordinateSpace (UIKit.UICoordinateSpace coordinateSpace);
abstract member GetLocationInCoordinateSpace : UIKit.UICoordinateSpace -> CoreGraphics.CGPoint
override this.GetLocationInCoordinateSpace : UIKit.UICoordinateSpace -> CoreGraphics.CGPoint
Parameters
Returns
- Attributes