共用方式為


UICollisionBehaviorDelegate_Extensions.EndedBoundaryContact 方法

定義

表示 dynamicItem 已停止連絡界限。

public static void EndedBoundaryContact (this UIKit.IUICollisionBehaviorDelegate This, UIKit.UICollisionBehavior behavior, UIKit.IUIDynamicItem dynamicItem, Foundation.NSObject boundaryIdentifier);
static member EndedBoundaryContact : UIKit.IUICollisionBehaviorDelegate * UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * Foundation.NSObject -> unit

參數

This
IUICollisionBehaviorDelegate

這個擴充方法運作所在的實例。

dynamicItem
IUIDynamicItem
boundaryIdentifier
NSObject

界限衝突的識別碼。 如果 null 為 ,則與參考界限發生衝突。

這個參數可以是 null

適用於