UICollisionBeganContactEventArgs Class
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.
Provides data for the BeganContact event.
public class UICollisionBeganContactEventArgs : EventArgs
type UICollisionBeganContactEventArgs = class
inherit EventArgs
- Inheritance
-
UICollisionBeganContactEventArgs
Constructors
UICollisionBeganContactEventArgs(IUIDynamicItem, IUIDynamicItem, CGPoint) |
Initializes a new instance of the UICollisionBeganContactEventArgs class. |
Properties
AtPoint |
The PointF at which the collision began. |
FirstItem |
One of the two items involved in the collision. |
SecondItem |
One of the two items involved in the collision. |