共用方式為


UIEvent.GetCoalescedTouches(UITouch) 方法

定義

傳回所提供 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[]

參數

touch
UITouch

傳回

屬性

適用於