UIControl.ContinueTracking(UITouch, UIEvent) 메서드

정의

UIControl이 지정된 이벤트와 관련된 범위 내에서 터치를 추적할 때 반복적으로 호출됩니다.| UIControl이 givespecified 이벤트와 관련된 범위 내에서 터치를 추적할 때 반복적으로 호출됩니다.

[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일 수 있습니다.

반환

특성

적용 대상