Share via


UICollisionBeganBoundaryContactEventArgs Constructor

Definition

Create a new instance of the UICollisionBeganBoundaryContactEventArgs with the specified event data.

public UICollisionBeganBoundaryContactEventArgs(UIKit.IUIDynamicItem dynamicItem, Foundation.NSObject? boundaryIdentifier, CoreGraphics.CGPoint atPoint);
new UIKit.UICollisionBeganBoundaryContactEventArgs : UIKit.IUIDynamicItem * Foundation.NSObject * CoreGraphics.CGPoint -> UIKit.UICollisionBeganBoundaryContactEventArgs

Parameters

dynamicItem
IUIDynamicItem

The value for the DynamicItem property.

boundaryIdentifier
NSObject

The value for the BoundaryIdentifier property.

atPoint
CGPoint

The value for the AtPoint property.

Applies to