UICollisionBehaviorDelegate_Extensions.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.
public static void BeganContact (this UIKit.IUICollisionBehaviorDelegate This, UIKit.UICollisionBehavior behavior, UIKit.IUIDynamicItem firstItem, UIKit.IUIDynamicItem secondItem, CoreGraphics.CGPoint atPoint);
static member BeganContact : UIKit.IUICollisionBehaviorDelegate * UIKit.UICollisionBehavior * UIKit.IUIDynamicItem * UIKit.IUIDynamicItem * CoreGraphics.CGPoint -> unit
Parameters
The instance on which this extension method operates.
- behavior
- UICollisionBehavior
- firstItem
- IUIDynamicItem
- secondItem
- IUIDynamicItem
- atPoint
- CGPoint