UIGestureRecognizer.LocationOfTouch(IntPtr, 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 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
Returns
- Attributes