Share via


UIGestureRecognizer.LocationOfTouch(IntPtr, UIView) Method

Definition

Gets the location, in the coordinate system of inView, of one of the touches in the gesture.

[Foundation.Export("locationOfTouch:inView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGPoint LocationOfTouch(IntPtr touchIndex, UIKit.UIView? inView);
[<Foundation.Export("locationOfTouch:inView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LocationOfTouch : nativeint * UIKit.UIView -> CoreGraphics.CGPoint
override this.LocationOfTouch : nativeint * UIKit.UIView -> CoreGraphics.CGPoint

Parameters

touchIndex
IntPtr

nativeint

inView
UIView

To be added.

This parameter can be null.

Returns

Attributes

Applies to