PdfView.ShouldReceiveTouch(UIGestureRecognizer, UITouch) 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.
Method that is called to find out if the specified recognizer should receive the specified touch.
[Foundation.Export("gestureRecognizer:shouldReceiveTouch:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldReceiveTouch (UIKit.UIGestureRecognizer recognizer, UIKit.UITouch touch);
abstract member ShouldReceiveTouch : UIKit.UIGestureRecognizer * UIKit.UITouch -> bool
override this.ShouldReceiveTouch : UIKit.UIGestureRecognizer * UIKit.UITouch -> bool
Parameters
- recognizer
- UIGestureRecognizer
The recognizer to query.
- touch
- UITouch
The touch to check.
Returns
- Attributes