UICollisionBehaviorDelegate_Extensions.BeganBoundaryContact Method

Definition

Indicates that boundary contact has begun between the dynamicItem and the boundaryIdentifier.

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

Parameters

This
IUICollisionBehaviorDelegate

The instance on which this extension method operates.

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.

atPoint
CGPoint

Applies to