UIResponder.TouchesEstimatedPropertiesUpdated(NSSet) 方法

定义

更新 的估计属性 touches 时调用。

[Foundation.Export("touchesEstimatedPropertiesUpdated:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void TouchesEstimatedPropertiesUpdated (Foundation.NSSet touches);
abstract member TouchesEstimatedPropertiesUpdated : Foundation.NSSet -> unit
override this.TouchesEstimatedPropertiesUpdated : Foundation.NSSet -> unit

参数

touches
NSSet
属性

适用于