UICollisionBeganBoundaryContactEventArgs Constructor
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.
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.