Share via


UIEvent.TouchesForGestureRecognizer(UIGestureRecognizer) Method

Definition

[Foundation.Export("touchesForGestureRecognizer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet? TouchesForGestureRecognizer(UIKit.UIGestureRecognizer window);
[<Foundation.Export("touchesForGestureRecognizer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TouchesForGestureRecognizer : UIKit.UIGestureRecognizer -> Foundation.NSSet
override this.TouchesForGestureRecognizer : UIKit.UIGestureRecognizer -> Foundation.NSSet

Parameters

Returns

Attributes

Applies to