UICollisionBehaviorDelegate.EndedBoundaryContact Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the dynamicItem has stopped contacting the boundary.
[Foundation.Export("collisionBehavior:endedContactForItem:withBoundaryIdentifier:")]
public virtual void EndedBoundaryContact (UIKit.UICollisionBehavior behavior, UIKit.IUIDynamicItem dynamicItem, Foundation.NSObject boundaryIdentifier);
abstract member EndedBoundaryContact : UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * Foundation.NSObject -> unit
override this.EndedBoundaryContact : UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * Foundation.NSObject -> unit
Parameters
- behavior
- UICollisionBehavior
- dynamicItem
- IUIDynamicItem
- boundaryIdentifier
- NSObject
The identifier of the boundary collided with. If null
, the collision was with the reference boundary.
This parameter can be null
.
- Attributes