UIGestureRecognizer.LocationOfTouch(nint, UIView) Method

Definition

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
inView
UIView

To be added.

This parameter can be null.

Returns

Attributes

Applies to