UIGestureRecognizer.IgnoreTouch(UITouch, UIEvent) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
忽略指定事件的特定觸控。
[Foundation.Export("ignoreTouch:forEvent:")]
public virtual void IgnoreTouch (UIKit.UITouch touch, UIKit.UIEvent forEvent);
abstract member IgnoreTouch : UIKit.UITouch * UIKit.UIEvent -> unit
override this.IgnoreTouch : UIKit.UITouch * UIKit.UIEvent -> unit
參數
- touch
- UITouch
目前多點觸控序列的一部分,與指定的事件相關聯。
- forEvent
- UIEvent
包含觸控參考的事件。
- 屬性