Compartir a través de


UIEvent.TouchesForView(UIView) Método

Definición

Captura el UITouch objeto de la vista especificada de 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

Parámetros

view
UIView

La vista que le interesa.

Devoluciones

Eventos UITouch.

Atributos

Se aplica a