UICollisionBehaviorDelegate.BeganContact 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 contact between dynamic items has begun.
[Foundation.Export("collisionBehavior:beganContactForItem:withItem:atPoint:")]
public virtual void BeganContact (UIKit.UICollisionBehavior behavior, UIKit.IUIDynamicItem firstItem, UIKit.IUIDynamicItem secondItem, CoreGraphics.CGPoint atPoint);
abstract member BeganContact : UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * UIKit.IUIDynamicItem * CoreGraphics.CGPoint -> unit
override this.BeganContact : UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * UIKit.IUIDynamicItem * CoreGraphics.CGPoint -> unit
Parameters
- behavior
- UICollisionBehavior
- firstItem
- IUIDynamicItem
- secondItem
- IUIDynamicItem
- atPoint
- CGPoint
- Attributes