共用方式為


UIEvent.TouchesForView(UIView) 方法

定義

UITouch從 UIEvent 擷取指定檢視的 。

[Foundation.Export("touchesForView:")]
public virtual Foundation.NSSet TouchesForView (UIKit.UIView view);
abstract member TouchesForView : UIKit.UIView -> Foundation.NSSet
override this.TouchesForView : UIKit.UIView -> Foundation.NSSet

參數

view
UIView

您感興趣的檢視。

傳回

UITouch 事件。

屬性

適用於