다음을 통해 공유


UIEvent.TouchesForGestureRecognizer(UIGestureRecognizer) 메서드

정의

UITouch 지정된 제스처 인식기로 전달되는 이벤트를 검색합니다.

[Foundation.Export("touchesForGestureRecognizer:")]
public virtual Foundation.NSSet TouchesForGestureRecognizer (UIKit.UIGestureRecognizer window);
abstract member TouchesForGestureRecognizer : UIKit.UIGestureRecognizer -> Foundation.NSSet
override this.TouchesForGestureRecognizer : UIKit.UIGestureRecognizer -> Foundation.NSSet

매개 변수

window
UIGestureRecognizer

프로브할 제스처 인식기입니다.

반환

특성

적용 대상