UIControl.ContinueTracking(UITouch, UIEvent) 方法

定义

当 UIControl 跟踪其边界内的触摸(与指定的 event.|当 UIControl 在其边界内跟踪与给定事件相关的触摸时重复调用。

[Foundation.Export("continueTrackingWithTouch:withEvent:")]
public virtual bool ContinueTracking (UIKit.UITouch uitouch, UIKit.UIEvent uievent);
abstract member ContinueTracking : UIKit.UITouch * UIKit.UIEvent -> bool
override this.ContinueTracking : UIKit.UITouch * UIKit.UIEvent -> bool

参数

uitouch
UITouch
uievent
UIEvent

内容待定。

此参数可以为 null

返回

属性

适用于