UIGestureRecognizer.LocationOfTouch(nint, UIView) 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.
Gets the location, in the coordinate system of , of one of the touches in the gesture.
[Foundation.Export("locationOfTouch:inView:")]
public virtual CoreGraphics.CGPoint LocationOfTouch (nint touchIndex, UIKit.UIView inView);
abstract member LocationOfTouch : nint * UIKit.UIView -> CoreGraphics.CGPoint
override this.LocationOfTouch : nint * UIKit.UIView -> CoreGraphics.CGPoint
Parameters
- touchIndex
- System.System.IntPtr System.nativeint
Returns
- Attributes