UIEvent.GetCoalescedTouches(UITouch) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve los toques combinados para el objeto proporcionado touch
.
[Foundation.Export("coalescedTouchesForTouch:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITouch[] GetCoalescedTouches (UIKit.UITouch touch);
abstract member GetCoalescedTouches : UIKit.UITouch -> UIKit.UITouch[]
override this.GetCoalescedTouches : UIKit.UITouch -> UIKit.UITouch[]
Parámetros
- touch
- UITouch
Devoluciones
UITouch[]
- Atributos